source: freewrt/package/tinyproxy/Config.in@ e8fef11

freewrt_1_0 freewrt_2_0
Last change on this file since e8fef11 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 742 bytes
Line 
1#menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
2
3config FWRT_PACKAGE_TINYPROXY
4 prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
5 tristate
6 default n
7 help
8 Tinyproxy is a lightweight HTTP and HTTPS proxy.
9
10 http://tinyproxy.sourceforge.net
11
12config FWRT_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
13 prompt " Enable transparent proxying"
14 bool
15 default y
16 depends FWRT_PACKAGE_TINYPROXY
17
18config FWRT_COMPILE_TINYPROXY_WITH_FILTER
19 prompt " Enable filtering support"
20 bool
21 default y
22 depends FWRT_PACKAGE_TINYPROXY
23
24config FWRT_COMPILE_TINYPROXY_WITH_UPSTREAM
25 prompt " Enable upstream support"
26 bool
27 default y
28 depends FWRT_PACKAGE_TINYPROXY
29
30#endmenu
Note: See TracBrowser for help on using the repository browser.