Commit d6bb6945 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

wget: needs WCHAR support in toolchain

parent a96be19b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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