diff options
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 000000000..619df478e --- /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. |