From a44c286fdb6478992a0d99cf886fbdb6a67ea301 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 4 Mar 2007 20:31:53 +0000 Subject: nuke mdev and replace it with hotplug2 :) SVN-Revision: 6512 --- 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 0f219d70e2..ab3dc3731d 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 77c58cef14..86f270b590 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