diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 20:48:48 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 20:48:48 +0000 |
commit | aec2ad5d9e0ab8e5c93a15f74fba38c36a1aeefe (patch) | |
tree | 8422b3285046d1165c6e4560b2eb3fc4d48ed741 /openwrt/package/privoxy/Config.in | |
parent | 91611cab51ba312b5771c183e6753ef2d2e1172a (diff) | |
download | mtk-20170518-aec2ad5d9e0ab8e5c93a15f74fba38c36a1aeefe.zip mtk-20170518-aec2ad5d9e0ab8e5c93a15f74fba38c36a1aeefe.tar.gz mtk-20170518-aec2ad5d9e0ab8e5c93a15f74fba38c36a1aeefe.tar.bz2 |
privoxy port, first try
SVN-Revision: 3364
Diffstat (limited to 'openwrt/package/privoxy/Config.in')
-rw-r--r-- | openwrt/package/privoxy/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/privoxy/Config.in b/openwrt/package/privoxy/Config.in new file mode 100644 index 0000000..ba1e4b0 --- /dev/null +++ b/openwrt/package/privoxy/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_PRIVOXY + prompt "privoxy........................... web proxy with advanced filtering capabilities" + tristate + default m if CONFIG_DEVEL + help + + Privoxy is a web proxy with advanced filtering capabilities for + protecting privacy, modifying web page content, managing cookies, + controlling access, and removing ads, banners, pop-ups and other + obnoxious Internet junk. Privoxy has a very flexible configuration + and can be customized to suit individual needs and tastes. Privoxy + has application for both stand-alone systems and multi-user networks. + + http://www.privoxy.org/ |