Config.in 267 B

123456789
  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
  6. project. It is exceedingly simple, threaded and handles
  7. basic CGI scripts.
  8. http://sourceforge.net/projects/tinyhttpd/