aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/Config.in b/Config.in
index 1f5f265ae..eaa10b42e 100644
--- a/Config.in
+++ b/Config.in
@@ -104,11 +104,13 @@ config CONFIG_LOCALE_SUPPORT
104 busybox to support locale settings. 104 busybox to support locale settings.
105 105
106config CONFIG_GETOPT_LONG 106config CONFIG_GETOPT_LONG
107 bool "Enable support for --long-options" 107 bool
108 default n 108 default y
109 help 109# bool "Enable support for --long-options"
110 Enable this if you want busybox applets to use the gnu --long-option 110# default n
111 style, in addition to single character -a -b -c style options. 111# help
112# Enable this if you want busybox applets to use the gnu --long-option
113# style, in addition to single character -a -b -c style options.
112 114
113config CONFIG_FEATURE_DEVPTS 115config CONFIG_FEATURE_DEVPTS
114 bool "Use the devpts filesystem for Unix98 PTYs" 116 bool "Use the devpts filesystem for Unix98 PTYs"