53c0176ce02cbe1ab62ad647b1232b9f2b142625
[openwrt.git] / package / tinyproxy / Config.in
1 menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
2
3 config BR2_PACKAGE_TINYPROXY
4 prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 Tinyproxy is a lightweight HTTP and HTTPS proxy.
9
10 http://tinyproxy.sourceforge.net
11
12 config BR2_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
13 prompt "Enable transparent proxying"
14 bool
15 default y
16 depends BR2_PACKAGE_TINYPROXY
17
18 config BR2_COMPILE_TINYPROXY_WITH_FILTER
19 prompt "Enable filtering support"
20 bool
21 default y
22 depends BR2_PACKAGE_TINYPROXY
23
24 config BR2_COMPILE_TINYPROXY_WITH_UPSTREAM
25 prompt "Enable upstream support"
26 bool
27 default y
28 depends BR2_PACKAGE_TINYPROXY
29
30 endmenu
This page took 0.047898 seconds and 3 git commands to generate.