projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184850a
)
tinyhttpd: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Sun, 7 Apr 2013 01:50:51 +0000
(
01:50
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 10 Apr 2013 09:45:07 +0000
(11:45 +0200)
Fixes:
http://autobuild.buildroot.net/results/
2a3b5ab3ef58443c1bf86df5498df2f145cd840c
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/tinyhttpd/Config.in
patch
|
blob
|
history
diff --git
a/package/tinyhttpd/Config.in
b/package/tinyhttpd/Config.in
index 5a6ee886cbc354c64afac746b12149b780a00ba4..f7365afa6f9c7713f9ccdb075ece5c715b0b164d 100644
(file)
--- 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.