diff options
author | Denys Vlasenko | 2009-06-19 12:10:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-19 12:10:38 +0200 |
commit | f3b92d385695aecefd93d5f199be1f64270c2687 (patch) | |
tree | 5d6b2308ceafea6040bd78ea8401a91eb65d376b /networking/Config.in | |
parent | e2e4cc249dc1bd4b280846f55a36208674eadd55 (diff) | |
download | busybox-f3b92d385695aecefd93d5f199be1f64270c2687.zip busybox-f3b92d385695aecefd93d5f199be1f64270c2687.tar.gz |
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in index 861d963..83522ff 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -132,7 +132,7 @@ config FTPPUT config FEATURE_FTPGETPUT_LONG_OPTIONS bool "Enable long options in ftpget/ftpput" default n - depends on GETOPT_LONG && (FTPGET || FTPPUT) + depends on LONG_OPTS && (FTPGET || FTPPUT) help Support long options for the ftpget/ftpput applet. @@ -578,7 +578,7 @@ config FEATURE_IPCALC_FANCY config FEATURE_IPCALC_LONG_OPTIONS bool "Enable long options" default n - depends on IPCALC && GETOPT_LONG + depends on IPCALC && LONG_OPTS help Support long options for the ipcalc applet. @@ -910,7 +910,7 @@ config FEATURE_WGET_AUTHENTICATION config FEATURE_WGET_LONG_OPTIONS bool "Enable long options" default n - depends on WGET && GETOPT_LONG + depends on WGET && LONG_OPTS help Support long options for the wget applet. |