civetweb: needs mmu

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2013-10-09 17:25:43 -03:00 committed by Peter Korsgaard
parent 3bccd260fa
commit a5e44382cd

View File

@ -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.