diff options
author | Denis Vlasenko | 2006-11-29 11:09:43 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-29 11:09:43 +0000 |
commit | c61852a02bd2d61682235ba3185173f527313827 (patch) | |
tree | 6af2895da70dda926317fac31cd4db6a4b20200c /Config.in | |
parent | 601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b (diff) | |
download | busybox-c61852a02bd2d61682235ba3185173f527313827.zip busybox-c61852a02bd2d61682235ba3185173f527313827.tar.gz |
fix support for globally disabling --long-options.
(disabling them saves ~4K on fully configured bbox)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -112,13 +112,11 @@ config LOCALE_SUPPORT busybox to support locale settings. config GETOPT_LONG - bool + bool "Enable support for --long-options" 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. + 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 FEATURE_DEVPTS bool "Use the devpts filesystem for Unix98 PTYs" |