summaryrefslogtreecommitdiff
path: root/openwrt/package/tinyproxy/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-01-28 01:40:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-01-28 01:40:49 +0000
commit0d506c99805aeb1c63ff6ff4a129073d2a342e27 (patch)
tree14c280f1ca3f6bd69db2d2ba7413627182f93abd /openwrt/package/tinyproxy/Config.in
parent34a6cbba4684964e1fb0ba4c0df6a80335ba738a (diff)
downloadmtk-20170518-0d506c99805aeb1c63ff6ff4a129073d2a342e27.zip
mtk-20170518-0d506c99805aeb1c63ff6ff4a129073d2a342e27.tar.gz
mtk-20170518-0d506c99805aeb1c63ff6ff4a129073d2a342e27.tar.bz2
Addded tinyproxy : lightweight HTTP/HTTPS proxy with support for transparent proxying
SVN-Revision: 3059
Diffstat (limited to 'openwrt/package/tinyproxy/Config.in')
-rw-r--r--openwrt/package/tinyproxy/Config.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/openwrt/package/tinyproxy/Config.in b/openwrt/package/tinyproxy/Config.in
new file mode 100644
index 0000000..53c0176
--- /dev/null
+++ b/openwrt/package/tinyproxy/Config.in
@@ -0,0 +1,30 @@
+menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
+
+config BR2_PACKAGE_TINYPROXY
+ prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ Tinyproxy is a lightweight HTTP and HTTPS proxy.
+
+ http://tinyproxy.sourceforge.net
+
+config BR2_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
+ prompt "Enable transparent proxying"
+ bool
+ default y
+ depends BR2_PACKAGE_TINYPROXY
+
+config BR2_COMPILE_TINYPROXY_WITH_FILTER
+ prompt "Enable filtering support"
+ bool
+ default y
+ depends BR2_PACKAGE_TINYPROXY
+
+config BR2_COMPILE_TINYPROXY_WITH_UPSTREAM
+ prompt "Enable upstream support"
+ bool
+ default y
+ depends BR2_PACKAGE_TINYPROXY
+
+endmenu