diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-03-03 20:35:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-03-03 20:35:01 +0000 |
commit | 662fde90774af7779c542c05f9402acb4ffcb297 (patch) | |
tree | 9eabb768e69d4881a8302a1a4b918f89be90837e /package/busybox/config | |
parent | 7b0de4ae45abb18db2093cd8ebc9dd6415fc361a (diff) | |
download | mtk-20170518-662fde90774af7779c542c05f9402acb4ffcb297.zip mtk-20170518-662fde90774af7779c542c05f9402acb4ffcb297.tar.gz mtk-20170518-662fde90774af7779c542c05f9402acb4ffcb297.tar.bz2 |
R.I.P. devfs
SVN-Revision: 6478
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 2 | ||||
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 41a42c9..4e41889 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -105,7 +105,7 @@ config BUSYBOX_CONFIG_DEVFSD_VERBOSE config BUSYBOX_CONFIG_FEATURE_DEVFS bool " Use devfs names for all devices (obsolete)" - default y + default n help This is obsolete and will be going away at the end of 2008.. diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index ab3dc37..0f219d7 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 n + default y 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 n + default y depends on BUSYBOX_CONFIG_MDEV help The mdev config file contains lines that look like: |