diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-04-05 04:17:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-06 20:08:50 +0200 |
commit | 702c251d3c8268611da7a48746853d64b2a5a1d6 (patch) | |
tree | 37aff575dddb02e5e3f6e8d15fb3c76dcf0e89f4 | |
parent | ddc3aade64bd5f9fc8cf0a02c5f429b805b40954 (diff) |
wget: needs MMU
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/wget/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wget/Config.in b/package/wget/Config.in index 3877a3af5..3f79a64da 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. |