[PATCH] Config: do not refer to HTTPS for wget

Pierre Carrier pierre at spotify.com
Thu Jun 14 23:48:04 UTC 2012


As it is now, there is no support for TLS/SSL anywhere in busybox.

I'm not sure fixing documentation is the favored approach, but I'm in
a hurry :)

Signed-off-by: Pierre Carrier <pierre at spotify.com>
---
 networking/Config.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/networking/Config.src b/networking/Config.src
index fb7dca7..e2376d5 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)"
-- 
1.7.10.4



More information about the busybox mailing list