Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used.

This commit is contained in:
"Steven J. Hill"
2007-07-17 00:23:31 +00:00
parent b9721176ba
commit 80de02162d
4 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_TINYHTTPD
bool "tinyhttpd"
default n
help
A relatively simple webserver written as a school project. It is
exceedingly simple, threaded and handles basic CGI scripts.
http://sourceforge.net/projects/tinyhttpd/