aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-11 16:39:52 +0000
committerRob Landley <rob@landley.net>2006-05-11 16:39:52 +0000
commit9b70093714ec7cbf0cb5b87e9f4ce719dcc93c32 (patch)
treec18a271a5da0c0a79d917771c4b85e9948ef18c4 /Config.in
parent2ad1e7ce44146fa3062316897a62110b464df537 (diff)
downloadbusybox-9b70093714ec7cbf0cb5b87e9f4ce719dcc93c32.tar.gz
Rename the devfs device names option so it doesn't bite people so often.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index bdc4b0a4f..bd94f493c 100644
--- a/Config.in
+++ b/Config.in
@@ -81,10 +81,12 @@ config CONFIG_LOCALE_SUPPORT
busybox to support locale settings.
config CONFIG_FEATURE_DEVFS
- bool "Support for devfs"
+ bool "Use devfs names for devices"
default n
help
- Enable if you want BusyBox to work with devfs.
+ This tells busybox to look for names like /dev/loop/0 instead of
+ /dev/loop0. If your /dev directory has normal names instead of
+ devfs names, you don't want this.
config CONFIG_FEATURE_DEVPTS
bool "Use the devpts filesystem for Unix98 PTYs"