From: Gustavo Zacarias Date: Thu, 5 Apr 2012 04:17:04 +0000 (+0000) Subject: wget: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=702c251d3c8268611da7a48746853d64b2a5a1d6;p=buildroot.git wget: needs MMU Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/wget/Config.in b/package/wget/Config.in index 3877a3af5b..3f79a64da8 100644 --- a/package/wget/Config.in +++ b/package/wget/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_WGET bool "wget" + # fork() + depends on BR2_USE_MMU help Network utility to retrieve files from http, https and ftp.