[Buildroot] [git commit] mongoose: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 20:35:07 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=6ea7f661c3e38b71d3e4ed161e9e11e396070e73
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mongoose/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/mongoose/Config.in b/package/mongoose/Config.in
index 7199712..1668476 100644
--- a/package/mongoose/Config.in
+++ b/package/mongoose/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MONGOOSE
 	bool "mongoose"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  Mongoose is a small and easy to use web server
 


More information about the buildroot mailing list