repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
package/opencv: fix build failure on x86
[buildroot-gz.git]
/
package
/
tinyhttpd
/
Config.in
blob
f7365afa6f9c7713f9ccdb075ece5c715b0b164d
1
config BR2_PACKAGE_TINYHTTPD
2
bool "tinyhttpd"
3
depends on BR2_USE_MMU # fork()
4
help
5
A relatively simple webserver written as a school project. It is
6
exceedingly simple, threaded and handles basic CGI scripts.
7
8
http://sourceforge.net/projects/tinyhttpd/