summaryrefslogtreecommitdiffstats
path: root/package/squid/Config.in
blob: 587ddbec7e17384fed87a28836e9696e2a736aed (plain)
1
2
3
4
5
6
7
8
9
10
comment "Squid requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP

config BR2_PACKAGE_SQUID
	bool "squid"
	depends on BR2_INSTALL_LIBSTDCPP
	help
	  Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.

	  http://www.squid-cache.org/