summaryrefslogtreecommitdiff
path: root/package/tinyhttpd/Config.in
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-17 00:23:31 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-17 00:23:31 +0000
commit80de02162d221771af3ef98ce4b2c25dfea1e7e7 (patch)
tree63b4743a0e3bd8dae7ddb3ba086a3a99141d07b1 /package/tinyhttpd/Config.in
parentb9721176badd3655286877e689a26c45fae01caa (diff)
Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used.
Diffstat (limited to 'package/tinyhttpd/Config.in')
-rw-r--r--package/tinyhttpd/Config.in8
1 files changed, 8 insertions, 0 deletions
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/