diff options
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 861d96346..83522ffb1 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -132,7 +132,7 @@ config FTPPUT | |||
132 | config FEATURE_FTPGETPUT_LONG_OPTIONS | 132 | config FEATURE_FTPGETPUT_LONG_OPTIONS |
133 | bool "Enable long options in ftpget/ftpput" | 133 | bool "Enable long options in ftpget/ftpput" |
134 | default n | 134 | default n |
135 | depends on GETOPT_LONG && (FTPGET || FTPPUT) | 135 | depends on LONG_OPTS && (FTPGET || FTPPUT) |
136 | help | 136 | help |
137 | Support long options for the ftpget/ftpput applet. | 137 | Support long options for the ftpget/ftpput applet. |
138 | 138 | ||
@@ -578,7 +578,7 @@ config FEATURE_IPCALC_FANCY | |||
578 | config FEATURE_IPCALC_LONG_OPTIONS | 578 | config FEATURE_IPCALC_LONG_OPTIONS |
579 | bool "Enable long options" | 579 | bool "Enable long options" |
580 | default n | 580 | default n |
581 | depends on IPCALC && GETOPT_LONG | 581 | depends on IPCALC && LONG_OPTS |
582 | help | 582 | help |
583 | Support long options for the ipcalc applet. | 583 | Support long options for the ipcalc applet. |
584 | 584 | ||
@@ -910,7 +910,7 @@ config FEATURE_WGET_AUTHENTICATION | |||
910 | config FEATURE_WGET_LONG_OPTIONS | 910 | config FEATURE_WGET_LONG_OPTIONS |
911 | bool "Enable long options" | 911 | bool "Enable long options" |
912 | default n | 912 | default n |
913 | depends on WGET && GETOPT_LONG | 913 | depends on WGET && LONG_OPTS |
914 | help | 914 | help |
915 | Support long options for the wget applet. | 915 | Support long options for the wget applet. |
916 | 916 | ||