diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index c718af0..fe3233e 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -683,6 +683,13 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL help Support IPv6 address literal notation in URLs. +config CONFIG_FEATURE_WGET_LONG_OPTIONS + bool "Enable long options" + default n + depends on CONFIG_WGET && CONFIG_GETOPT_LONG + help + Support long options for the wget applet. + config CONFIG_ZCIP bool "zcip" default n |