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 /networking | |
parent | 6144124aac1d4a30ff81842ba1bb0e28373a71c8 (diff) |
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')
-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 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)" |