diff mbox

[3/6] wget: needs MMU

Message ID 1333635427-24526-3-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 702c251d3c8268611da7a48746853d64b2a5a1d6
Headers show

Commit Message

Gustavo Zacarias April 5, 2012, 2:17 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/wget/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/package/wget/Config.in b/package/wget/Config.in
index 3877a3a..3f79a64 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.