diff options
Diffstat (limited to 'package/tinyproxy/Config.in')
-rw-r--r-- | package/tinyproxy/Config.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/tinyproxy/Config.in b/package/tinyproxy/Config.in new file mode 100644 index 0000000000..53c0176ce0 --- /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 |