summaryrefslogtreecommitdiffstats
path: root/package/tinyhttpd
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-07 01:50:51 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-10 11:45:07 +0200
commit5d10c45e0c8e1a864ee678b7e3a84017384d950f (patch)
tree740b5dc7130875f68714ddcfed4b2d8c4656ff64 /package/tinyhttpd
parent184850a4239c9677421ac6c6c4582b51a3caddd4 (diff)
downloadbuildroot-novena-5d10c45e0c8e1a864ee678b7e3a84017384d950f.tar.gz
buildroot-novena-5d10c45e0c8e1a864ee678b7e3a84017384d950f.zip
tinyhttpd: needs mmu
Fixes: http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tinyhttpd')
-rw-r--r--package/tinyhttpd/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in
index 5a6ee886c..f7365afa6 100644
--- a/package/tinyhttpd/Config.in
+++ b/package/tinyhttpd/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_TINYHTTPD
bool "tinyhttpd"
+ depends on BR2_USE_MMU # fork()
help
A relatively simple webserver written as a school project. It is
exceedingly simple, threaded and handles basic CGI scripts.