diff options
-rw-r--r-- | Config.in | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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" |