Files
package_application_recovery/buildroot/package/tinyhttpd/Config.in
2013-06-03 17:23:21 +01:00

9 lines
264 B
Plaintext

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.
http://sourceforge.net/projects/tinyhttpd/