- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Jun 2006 14:03:23 +0000 (14:03 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Jun 2006 14:03:23 +0000 (14:03 -0000)
  I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too..

Config.in

index 1f5f265aef3ec20a6a7e786e750631da273f2a16..eaa10b42e862e3f2b9fa0cc7f5d5f34c49dfa47a 100644 (file)
--- 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"