summaryrefslogtreecommitdiffstats
path: root/openwrt/package/tinyproxy/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-28 01:40:49 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-28 01:40:49 +0000
commitb074b384ed2fe2162862cbc2cc2c9b431f31f2b4 (patch)
tree7494d84486874e5493d722ca27ca9bd09209ce8c /openwrt/package/tinyproxy/Config.in
parent91f99b7ff51ed67c5e236b8863ea63f1d96fdffd (diff)
Addded tinyproxy : lightweight HTTP/HTTPS proxy with support for transparent proxying
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3059 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..53c0176ce
--- /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