diff options
Diffstat (limited to 'target/linux/brcm-2.4')
-rwxr-xr-x | target/linux/brcm-2.4/base-files/default/etc/preinit | 6 | ||||
-rw-r--r-- | target/linux/brcm-2.4/config/default | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/brcm-2.4/base-files/default/etc/preinit b/target/linux/brcm-2.4/base-files/default/etc/preinit index 11d9342..4513d63 100755 --- a/target/linux/brcm-2.4/base-files/default/etc/preinit +++ b/target/linux/brcm-2.4/base-files/default/etc/preinit @@ -31,14 +31,16 @@ if grep devfs /proc/filesystems > /dev/null; then mount none /dev -t devfs M0=/dev/pty/m0 M1=/dev/pty/m1 + HOTPLUG=/sbin/hotplug-call else mount -t sysfs none /sys mount -t tmpfs tmpfs /dev -o size=512K mknod /dev/console c 5 1 mkdir /dev/shm - /sbin/hotplug2 --no-persistent --coldplug --max_children 1 + /sbin/hotplug2 --no-persistent --coldplug --set-rules-file /etc/hotplug2-init.rules M0=/dev/ptmx M1=/dev/ptmx + HOTPLUG= fi mkdir -p /dev/pts mount none /dev/pts -t devpts @@ -86,7 +88,7 @@ eval ${FAILSAFE:+failsafe} lock -w /tmp/.failsafe set_state preinit -echo /sbin/hotplug-call > /proc/sys/kernel/hotplug +echo "$HOTPLUG" > /proc/sys/kernel/hotplug ifconfig $ifname 0.0.0.0 down diff --git a/target/linux/brcm-2.4/config/default b/target/linux/brcm-2.4/config/default index 60355f8..2828170 100644 --- a/target/linux/brcm-2.4/config/default +++ b/target/linux/brcm-2.4/config/default @@ -175,7 +175,6 @@ CONFIG_MSDOS_FS=m CONFIG_MTD_BCM947XX=y CONFIG_MTD_CFI_SSTSTD=y CONFIG_MTD_SFLASH=y -# CONFIG_MTD_SPLIT_ROOTFS is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NE3210 is not set |