diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-02-18 14:51:51 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:07:30 +0100 |
commit | 8fe6cc98d9211fbb5d7e18f16cc97d4a525a0126 (patch) | |
tree | 1f2522b33fa98faa7b557c6fc4514ea144e10bbf /package/wget/Config.in | |
parent | a7d8592333fc89d667562688703ad405121fb575 (diff) | |
download | buildroot-novena-8fe6cc98d9211fbb5d7e18f16cc97d4a525a0126.tar.gz buildroot-novena-8fe6cc98d9211fbb5d7e18f16cc97d4a525a0126.zip |
wget: bump to 1.12 and migrate to Makefile.autotools.in
Closes #1111.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wget/Config.in')
-rw-r--r-- | package/wget/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wget/Config.in b/package/wget/Config.in index b53cc9513..3877a3af5 100644 --- a/package/wget/Config.in +++ b/package/wget/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_WGET bool "wget" help - Network utility to retrieve files from http/ftp/etc... + Network utility to retrieve files from http, https and ftp. - http://wget.sunsite.dk/ + http://www.gnu.org/software/wget/ |