2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_WGET
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "wget"
|
2010-03-22 15:13:02 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2010-02-18 18:51:51 +01:00
|
|
|
Network utility to retrieve files from http, https and ftp.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2010-02-18 18:51:51 +01:00
|
|
|
http://www.gnu.org/software/wget/
|
2010-03-22 15:13:02 +01:00
|
|
|
|
|
|
|
comment "wget requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|