diff options
author | Pierre Carrier <pierre@spotify.com> | 2012-06-17 19:59:53 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-17 19:59:53 +0200 |
commit | e0a6004ce83ba519a0e6f0d277968d306c4df296 (patch) | |
tree | 59045b782287e4e5513ebafbc1ff540b99d897e3 | |
parent | 6144124aac1d4a30ff81842ba1bb0e28373a71c8 (diff) | |
download | busybox-w32-e0a6004ce83ba519a0e6f0d277968d306c4df296.tar.gz busybox-w32-e0a6004ce83ba519a0e6f0d277968d306c4df296.tar.bz2 busybox-w32-e0a6004ce83ba519a0e6f0d277968d306c4df296.zip |
config: do not refer to HTTPS for wget
Signed-off-by: Pierre Carrier <pierre@spotify.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.src b/networking/Config.src index fb7dca7d4..e2376d548 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -945,8 +945,8 @@ config WGET | |||
945 | bool "wget" | 945 | bool "wget" |
946 | default y | 946 | default y |
947 | help | 947 | help |
948 | wget is a utility for non-interactive download of files from HTTP, | 948 | wget is a utility for non-interactive download of files from HTTP |
949 | HTTPS, and FTP servers. | 949 | and FTP servers. |
950 | 950 | ||
951 | config FEATURE_WGET_STATUSBAR | 951 | config FEATURE_WGET_STATUSBAR |
952 | bool "Enable a nifty process meter (+2k)" | 952 | bool "Enable a nifty process meter (+2k)" |