aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/Config.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index f15547db1..c8d7253d8 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -158,7 +158,10 @@ config DEVFSD
158 default n 158 default n
159 select FEATURE_SYSLOG 159 select FEATURE_SYSLOG
160 help 160 help
161 This is deprecated, and will be removed at the end of 2008. 161 This is deprecated and should NOT be used anymore.
162 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
163 See docs/mdev.txt for detailed instructions on how to use mdev
164 instead.
162 165
163 Provides compatibility with old device names on a devfs systems. 166 Provides compatibility with old device names on a devfs systems.
164 You should set it to true if you have devfs enabled. 167 You should set it to true if you have devfs enabled.
@@ -197,9 +200,11 @@ config FEATURE_DEVFS
197 bool "Use devfs names for all devices (obsolete)" 200 bool "Use devfs names for all devices (obsolete)"
198 default n 201 default n
199 help 202 help
200 This is obsolete and will be going away at the end of 2008.. 203 This is obsolete and should NOT be used anymore.
204 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
201 205
202 This tells busybox to look for names like /dev/loop/0 instead of 206 For legacy systems -- if there is no way around devfsd -- this
207 tells busybox to look for names like /dev/loop/0 instead of
203 /dev/loop0. If your /dev directory has normal names instead of 208 /dev/loop0. If your /dev directory has normal names instead of
204 devfs names, you don't want this. 209 devfs names, you don't want this.
205 210