aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 20:11:53 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 20:11:53 +0000
commit2ce533f0b2a79abdfb07d8879afe08f697278158 (patch)
treee6c12e750676108ca990fa839c6b10c15b1c09bf /Config.in
parent771584cc4d668d3f98641bfc82a037a4f28180b8 (diff)
downloadbusybox-w32-2ce533f0b2a79abdfb07d8879afe08f697278158.tar.gz
busybox-w32-2ce533f0b2a79abdfb07d8879afe08f697278158.tar.bz2
busybox-w32-2ce533f0b2a79abdfb07d8879afe08f697278158.zip
Consolidate devfs garbage and mark it as obsolete.
git-svn-id: svn://busybox.net/trunk/busybox@15324 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
104 Enable this if you want busybox applets to use the gnu --long-option 104 Enable this if you want busybox applets to use the gnu --long-option
105 style, in addition to single character -a -b -c style options. 105 style, in addition to single character -a -b -c style options.
106 106
107config CONFIG_FEATURE_DEVFS
108 bool "Use devfs names for devices"
109 default n
110 help
111 This tells busybox to look for names like /dev/loop/0 instead of
112 /dev/loop0. If your /dev directory has normal names instead of
113 devfs names, you don't want this.
114
115 This is obsolete and will be going away someday. Consider it
116 deprecated.
117
118config CONFIG_FEATURE_DEVPTS 107config CONFIG_FEATURE_DEVPTS
119 bool "Use the devpts filesystem for Unix98 PTYs" 108 bool "Use the devpts filesystem for Unix98 PTYs"
120 default y if CONFIG_FEATURE_DEVFS 109 default y if CONFIG_FEATURE_DEVFS