1 config BR2_PACKAGE_PRIVOXY
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 select BR2_PACKAGE_PCRE
6 select BR2_PACKAGE_ZLIB
8 A non-caching web proxy with advanced filtering capabilities
9 for enhancing privacy, modifying web page data and HTTP
10 headers, controlling access, and removing ads and other
11 obnoxious Internet junk.
13 http://www.privoxy.org/
15 comment "privoxy needs a toolchain w/ threads"
16 depends on BR2_USE_MMU
17 depends on !BR2_TOOLCHAIN_HAS_THREADS