aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 14:03:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 14:03:23 +0000
commit747041955ed38fb14be3e5d0c3a946cfa74bc15e (patch)
treec1d4f15c54806ca272deaafc7ab95e0cb3049d58
parentf5efa7bfeb5dbb1557313d329d11223bb9e315d7 (diff)
downloadbusybox-747041955ed38fb14be3e5d0c3a946cfa74bc15e.tar.gz
- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too..
-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
busybox to support locale settings.
config CONFIG_GETOPT_LONG
- bool "Enable support for --long-options"
- default n
- help
- Enable this if you want busybox applets to use the gnu --long-option
- style, in addition to single character -a -b -c style options.
+ bool
+ default y
+# bool "Enable support for --long-options"
+# default n
+# help
+# 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_DEVPTS
bool "Use the devpts filesystem for Unix98 PTYs"