aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index 7e20e162b..5e70a523a 100644
--- a/Config.in
+++ b/Config.in
@@ -112,13 +112,11 @@ config LOCALE_SUPPORT
112 busybox to support locale settings. 112 busybox to support locale settings.
113 113
114config GETOPT_LONG 114config GETOPT_LONG
115 bool 115 bool "Enable support for --long-options"
116 default y 116 default y
117# bool "Enable support for --long-options" 117 help
118# default n 118 Enable this if you want busybox applets to use the gnu --long-option
119# help 119 style, in addition to single character -a -b -c style options.
120# Enable this if you want busybox applets to use the gnu --long-option
121# style, in addition to single character -a -b -c style options.
122 120
123config FEATURE_DEVPTS 121config FEATURE_DEVPTS
124 bool "Use the devpts filesystem for Unix98 PTYs" 122 bool "Use the devpts filesystem for Unix98 PTYs"