diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-09 17:25:43 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 22:35:00 +0200 |
commit | a5e44382cd59d48d3fe952bc62525b44de6b999e (patch) | |
tree | 1abc02bf13ff2f0f79194b8f8515c813f0f83b74 | |
parent | 3bccd260fa96d2848a6161166ddc95fe7b5344ed (diff) | |
download | buildroot-a5e44382cd59d48d3fe952bc62525b44de6b999e.tar.gz buildroot-a5e44382cd59d48d3fe952bc62525b44de6b999e.zip |
civetweb: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/civetweb/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/civetweb/Config.in b/package/civetweb/Config.in index f7a31f5c62..55c138ad29 100644 --- a/package/civetweb/Config.in +++ b/package/civetweb/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_CIVETWEB bool "civetweb" depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # fork() help Full featured embedded web server with Lua support. |