diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-31 14:11:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-31 14:11:38 +0000 |
commit | 8d3a6f7aaf04b09d185652f87cb924702e700c51 (patch) | |
tree | 2467b26e6a970a751258b8b4aa048d84e262bbb1 /networking/Config.in | |
parent | f3ac9ebc8e4744bdb98955e682e46dab8509bed9 (diff) | |
download | busybox-w32-8d3a6f7aaf04b09d185652f87cb924702e700c51.tar.gz busybox-w32-8d3a6f7aaf04b09d185652f87cb924702e700c51.tar.bz2 busybox-w32-8d3a6f7aaf04b09d185652f87cb924702e700c51.zip |
- add CONFIG_FEATURE_WGET_LONG_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 c718af0e9..fe3233e35 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -683,6 +683,13 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL | |||
683 | help | 683 | help |
684 | Support IPv6 address literal notation in URLs. | 684 | Support IPv6 address literal notation in URLs. |
685 | 685 | ||
686 | config CONFIG_FEATURE_WGET_LONG_OPTIONS | ||
687 | bool "Enable long options" | ||
688 | default n | ||
689 | depends on CONFIG_WGET && CONFIG_GETOPT_LONG | ||
690 | help | ||
691 | Support long options for the wget applet. | ||
692 | |||
686 | config CONFIG_ZCIP | 693 | config CONFIG_ZCIP |
687 | bool "zcip" | 694 | bool "zcip" |
688 | default n | 695 | default n |