diff options
Diffstat (limited to 'package/squid/Config.in')
-rw-r--r-- | package/squid/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/squid/Config.in b/package/squid/Config.in new file mode 100644 index 000000000..587ddbec7 --- /dev/null +++ b/package/squid/Config.in @@ -0,0 +1,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/ |