From 5d10c45e0c8e1a864ee678b7e3a84017384d950f Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 7 Apr 2013 01:50:51 +0000 Subject: tinyhttpd: needs mmu Fixes: http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/tinyhttpd/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/tinyhttpd') 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. -- cgit v1.2.3