Config.in 519 B

1234567891011121314151617
  1. config 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. http://www.privoxy.org/
  13. comment "privoxy needs a toolchain w/ threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS