From 80de02162d221771af3ef98ce4b2c25dfea1e7e7 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 17 Jul 2007 00:23:31 +0000 Subject: Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used. --- package/tinyhttpd/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/tinyhttpd/Config.in (limited to 'package/tinyhttpd/Config.in') diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in new file mode 100644 index 000000000..e4ea690d6 --- /dev/null +++ b/package/tinyhttpd/Config.in @@ -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/ -- cgit v1.2.3