summaryrefslogtreecommitdiffstats
path: root/package/tinyhttpd/Config.in
diff options
context:
space:
mode:
author"Steven J. Hill"2007-07-17 02:23:31 +0200
committer"Steven J. Hill"2007-07-17 02:23:31 +0200
commit80de02162d221771af3ef98ce4b2c25dfea1e7e7 (patch)
tree63b4743a0e3bd8dae7ddb3ba086a3a99141d07b1 /package/tinyhttpd/Config.in
parentBuild proftpd with IPv6 support only if the toolchain was configured as such. (diff)
downloadbuildroot-80de02162d221771af3ef98ce4b2c25dfea1e7e7.tar.gz
buildroot-80de02162d221771af3ef98ce4b2c25dfea1e7e7.tar.xz
buildroot-80de02162d221771af3ef98ce4b2c25dfea1e7e7.zip
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/