66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
comment "squid needs a toolchain w/ C++, IPv6"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6
|
|
|
|
config BR2_PACKAGE_SQUID
|
|
bool "squid"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INET_IPV6
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_LIBCAP
|
|
help
|
|
Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
|
|
|
|
http://www.squid-cache.org/
|