summaryrefslogtreecommitdiff
path: root/openwrt/package/elhttp/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-30 11:20:47 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-30 11:20:47 +0000
commitc98ed97ab17e3f0c368548d262238745acc6b6d2 (patch)
tree42a9ce8cb112527392be9f67b7e3ad7b3f97bd46 /openwrt/package/elhttp/Config.in
parentd202a2c92560dd5e768830d00fc5e225a13df998 (diff)
Added elhttp and tmsnc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/elhttp/Config.in')
-rw-r--r--openwrt/package/elhttp/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/elhttp/Config.in b/openwrt/package/elhttp/Config.in
new file mode 100644
index 0000000000..619df478e4
--- /dev/null
+++ b/openwrt/package/elhttp/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_ELHTTP
+ tristate "elhttp - The extra-light http proxy server."
+ default m if CONFIG_DEVEL
+ help
+ The extra-light http proxy server. Features: keep-alive
+ connections, http connect method, SSL/TLS support, ACLs
+ and client requests logging.