Config.in 245 B

12345678
  1. config BR2_PACKAGE_TINYHTTPD
  2. bool "tinyhttpd"
  3. default n
  4. help
  5. A relatively simple webserver written as a school project. It is
  6. exceedingly simple, threaded and handles basic CGI scripts.
  7. http://sourceforge.net/projects/tinyhttpd/