diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-07 01:39:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-07 01:39:40 +0200 |
commit | 1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8 (patch) | |
tree | 477c1daf40605269b4ee5912c5402d3f9e60aabc /networking/Config.src | |
parent | 3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788 (diff) | |
download | busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.tar.gz busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.tar.bz2 busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.zip |
wget: make openssl/ssl_helper choice configurable
I got sick of not being able to wget a https file...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/networking/Config.src b/networking/Config.src index da36e8627..76cbccf4a 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -947,48 +947,6 @@ config VCONFIG | |||
947 | help | 947 | help |
948 | Creates, removes, and configures VLAN interfaces | 948 | Creates, removes, and configures VLAN interfaces |
949 | 949 | ||
950 | config WGET | ||
951 | bool "wget" | ||
952 | default y | ||
953 | help | ||
954 | wget is a utility for non-interactive download of files from HTTP | ||
955 | and FTP servers. | ||
956 | |||
957 | config FEATURE_WGET_STATUSBAR | ||
958 | bool "Enable a nifty process meter (+2k)" | ||
959 | default y | ||
960 | depends on WGET | ||
961 | help | ||
962 | Enable the transfer progress bar for wget transfers. | ||
963 | |||
964 | config FEATURE_WGET_AUTHENTICATION | ||
965 | bool "Enable HTTP authentication" | ||
966 | default y | ||
967 | depends on WGET | ||
968 | help | ||
969 | Support authenticated HTTP transfers. | ||
970 | |||
971 | config FEATURE_WGET_LONG_OPTIONS | ||
972 | bool "Enable long options" | ||
973 | default y | ||
974 | depends on WGET && LONG_OPTS | ||
975 | help | ||
976 | Support long options for the wget applet. | ||
977 | |||
978 | config FEATURE_WGET_TIMEOUT | ||
979 | bool "Enable timeout option -T SEC" | ||
980 | default y | ||
981 | depends on WGET | ||
982 | help | ||
983 | Supports network read and connect timeouts for wget, | ||
984 | so that wget will give up and timeout, through the -T | ||
985 | command line option. | ||
986 | |||
987 | Currently only connect and network data read timeout are | ||
988 | supported (i.e., timeout is not applied to the DNS query). When | ||
989 | FEATURE_WGET_LONG_OPTIONS is also enabled, the --timeout option | ||
990 | will work in addition to -T. | ||
991 | |||
992 | config ZCIP | 950 | config ZCIP |
993 | bool "zcip" | 951 | bool "zcip" |
994 | default y | 952 | default y |