diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-11-30 11:20:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-11-30 11:20:47 +0000 |
commit | 8b937f99c5a6f6c951852dae71de5e9327310066 (patch) | |
tree | 2ddf69e4b40e7b8e4d4fe4ec67112b4e7e36aa77 /openwrt/package/elhttp/Config.in | |
parent | fb7ceddc92a4023b0819094df526a8b6e13b90c1 (diff) | |
download | mtk-20170518-8b937f99c5a6f6c951852dae71de5e9327310066.zip mtk-20170518-8b937f99c5a6f6c951852dae71de5e9327310066.tar.gz mtk-20170518-8b937f99c5a6f6c951852dae71de5e9327310066.tar.bz2 |
Added elhttp and tmsnc
SVN-Revision: 2571
Diffstat (limited to 'openwrt/package/elhttp/Config.in')
-rw-r--r-- | openwrt/package/elhttp/Config.in | 7 |
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 0000000..619df47 --- /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. |