mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
wget: bump to version 1.13.4 and improvements
* Bump wget to version 1.13.4 * Enable wget again on !wchar toolchains * Enable support for gnutls Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
c245be2bc7
commit
b79ab02d46
@@ -1,10 +1,6 @@
|
||||
config BR2_PACKAGE_WGET
|
||||
bool "wget"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Network utility to retrieve files from http, https and ftp.
|
||||
|
||||
http://www.gnu.org/software/wget/
|
||||
|
||||
comment "wget requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user