# HG changeset patch # User Pascal Bellard # Date 1626290199 0 # Node ID 00ad93bee405f6cc5231c4085cab5fbd7e35ce2d # Parent e88834c5a2a070e32cb1a443f59c05432aa26d86 busybox: fix modules order diff -r e88834c5a2a0 -r 00ad93bee405 base-tiny/stuff/etc/init.d/rcS --- a/base-tiny/stuff/etc/init.d/rcS Wed Jul 14 14:47:52 2021 +0000 +++ b/base-tiny/stuff/etc/init.d/rcS Wed Jul 14 19:16:39 2021 +0000 @@ -29,6 +29,7 @@ status if [ -e /sbin/mdev ]; then echo -n "Start hotplug..." + [ -e /proc/sys/kernel/hotplug ] && echo /sbin/mdev > /proc/sys/kernel/hotplug mdev -s status diff -r e88834c5a2a0 -r 00ad93bee405 busybox-net/receipt --- a/busybox-net/receipt Wed Jul 14 14:47:52 2021 +0000 +++ b/busybox-net/receipt Wed Jul 14 19:16:39 2021 +0000 @@ -200,5 +200,4 @@ -e "s/^STATIC=.*/STATIC=\"$STATIC\"/" \ -e "s/^DHCP=.*/DHCP=\"$DHCP\"/" \ -e "s/^IP=.*/IP=\"$IP\"/" $1/etc/network.conf - [ -n "$HOSTNAME" ] && echo $HOSTNAME > $1/etc/hostname } diff -r e88834c5a2a0 -r 00ad93bee405 busybox/receipt --- a/busybox/receipt Wed Jul 14 14:47:52 2021 +0000 +++ b/busybox/receipt Wed Jul 14 19:16:39 2021 +0000 @@ -151,9 +151,9 @@ ln -fs /proc/mounts $1/etc/mtab cat >> $1/boot/mkrootfs.pre_exec <> etc/packages.conf cp etc/packages.conf boot/packages.conf rm -f modules