diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-12-23 09:30:45 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-24 09:00:26 +0100 |
commit | ffe25f05ef5b5d4928fc11eeeead837fbc6b4c66 (patch) | |
tree | c483f7ed79340316af2a132ca583ccb5a71607c1 /package/squid/Config.in | |
parent | 0e9aad6c717505bdb3dd9f87ac93acff9c3111b1 (diff) |
New package squid 3.0.STABLE21
Closes #513
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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/ |