aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorPierre Carrier <pierre@spotify.com>2012-06-17 19:59:53 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-06-17 19:59:53 +0200
commite0a6004ce83ba519a0e6f0d277968d306c4df296 (patch)
tree59045b782287e4e5513ebafbc1ff540b99d897e3 /networking/Config.src
parent6144124aac1d4a30ff81842ba1bb0e28373a71c8 (diff)
downloadbusybox-e0a6004ce83ba519a0e6f0d277968d306c4df296.tar.gz
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>
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src4
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
bool "wget"
default y
help
- wget is a utility for non-interactive download of files from HTTP,
- HTTPS, and FTP servers.
+ wget is a utility for non-interactive download of files from HTTP
+ and FTP servers.
config FEATURE_WGET_STATUSBAR
bool "Enable a nifty process meter (+2k)"