xref: /OK3568_Linux_fs/buildroot/package/privoxy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PRIVOXY
2	bool "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
7	help
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.
12
13	  http://www.privoxy.org/
14
15comment "privoxy needs a toolchain w/ threads"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS
18