aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-07 20:11:53 +0000
committerRob Landley <rob@landley.net>2006-06-07 20:11:53 +0000
commit4c5ad2fc90389bf1239f17d84967d07b82f31dd7 (patch)
treee6c12e750676108ca990fa839c6b10c15b1c09bf /Config.in
parent830d258dee032b0a6902e037ea4c57db8fb47d78 (diff)
downloadbusybox-4c5ad2fc90389bf1239f17d84967d07b82f31dd7.tar.gz
Consolidate devfs garbage and mark it as obsolete.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Config.in b/Config.in
index 9da4e8cb5..85d61652c 100644
--- a/Config.in
+++ b/Config.in
@@ -104,17 +104,6 @@ config CONFIG_GETOPT_LONG
Enable this if you want busybox applets to use the gnu --long-option
style, in addition to single character -a -b -c style options.
-config CONFIG_FEATURE_DEVFS
- bool "Use devfs names for devices"
- default n
- help
- 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.
-
- This is obsolete and will be going away someday. Consider it
- deprecated.
-
config CONFIG_FEATURE_DEVPTS
bool "Use the devpts filesystem for Unix98 PTYs"
default y if CONFIG_FEATURE_DEVFS