From 203cccc4a22bc62775e930f957baab9dcac5cfcb Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 4 Mar 2007 20:31:53 +0000 Subject: nuke mdev and replace it with hotplug2 :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/util-linux/Config.in | 4 ++-- package/busybox/target-config.in | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'package/busybox') diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 0f219d70e..ab3dc3731 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -267,7 +267,7 @@ config BUSYBOX_CONFIG_LOSETUP config BUSYBOX_CONFIG_MDEV bool "mdev" - default y + default n help mdev is a mini-udev implementation: call it with -s to populate /dev from /sys, then "echo /sbin/mdev > /proc/sys/kernel/hotplug" to @@ -276,7 +276,7 @@ config BUSYBOX_CONFIG_MDEV config BUSYBOX_CONFIG_FEATURE_MDEV_CONF bool "Support /etc/mdev.conf" - default y + default n depends on BUSYBOX_CONFIG_MDEV help The mdev config file contains lines that look like: diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in index 77c58cef1..86f270b59 100644 --- a/package/busybox/target-config.in +++ b/package/busybox/target-config.in @@ -2,10 +2,3 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS default y if LINUX_2_4 default n if LINUX_2_6 -config BUSYBOX_CONFIG_MDEV - default n if LINUX_2_4 - default y if LINUX_2_6 - -config BUSYBOX_CONFIG_FEATURE_MDEV_CONF - default n if LINUX_2_4 - default y if LINUX_2_6 -- cgit v1.2.3