From c61852a02bd2d61682235ba3185173f527313827 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 29 Nov 2006 11:09:43 +0000 Subject: fix support for globally disabling --long-options. (disabling them saves ~4K on fully configured bbox) --- Config.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 7e20e162b..5e70a523a 100644 --- a/Config.in +++ b/Config.in @@ -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" -- cgit v1.2.3