summaryrefslogtreecommitdiffstats
path: root/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
commit5a0f8adb0f38d725722380e3fd63228f1f917ed4 (patch)
tree1b4ae9bb212695393f87621c96d0be382097a6ac /package/tinyproxy/Config.in
parent6a25fe644778c1a2a4bc97655a6024eda12215ea (diff)
Addded tinyproxy : lightweight HTTP/HTTPS proxy with support for transparent proxying
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinyproxy/Config.in')
-rw-r--r--package/tinyproxy/Config.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/tinyproxy/Config.in b/package/tinyproxy/Config.in
new file mode 100644
index 000000000..53c0176ce
--- /dev/null
+++ b/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