From f3b92d385695aecefd93d5f199be1f64270c2687 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Jun 2009 12:10:38 +0200 Subject: getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS Signed-off-by: Colin Watson Signed-off-by: Denys Vlasenko --- networking/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'networking/Config.in') diff --git a/networking/Config.in b/networking/Config.in index 861d96346..83522ffb1 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. -- cgit v1.2.3