1 config BR2_PACKAGE_WGET
5 depends on BR2_USE_WCHAR
6 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
8 Network utility to retrieve files from http, https and ftp.
10 http://www.gnu.org/software/wget/
12 comment "wget needs a toolchain w/ wchar"
13 depends on BR2_USE_MMU
14 depends on !BR2_USE_WCHAR
15 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS