Config.in 357 B

123456789101112
  1. comment "Squid requires a toolchain with C++ and IPv6 support enabled"
  2. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6
  3. config BR2_PACKAGE_SQUID
  4. bool "squid"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on BR2_INET_IPV6
  7. select BR2_PACKAGE_LIBCAP
  8. help
  9. Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
  10. http://www.squid-cache.org/