summaryrefslogtreecommitdiffstats
path: root/package/squid/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-02-04 06:38:25 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-02-04 10:44:28 +0100
commit50f0f9d63c7252d1d46e901be24caef581b1e547 (patch)
treec1f6939a447f0a522215cd190ccf8a95b65878ce /package/squid/Config.in
parent136ede6f19bff8dcbc6eceab2bef0c1e6049541c (diff)
downloadbuildroot-50f0f9d63c7252d1d46e901be24caef581b1e547.tar.gz
buildroot-50f0f9d63c7252d1d46e901be24caef581b1e547.zip
squid: bump to version 3.4.3
And exclude for avr32 since the toolchain is too old, fixes: http://autobuild.buildroot.net/results/c6a/c6a686885a6c845b527c58c3f2075f82bcf120e2/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/squid/Config.in')
-rw-r--r--package/squid/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/squid/Config.in b/package/squid/Config.in
index 33776ca5de..ad9fab5931 100644
--- a/package/squid/Config.in
+++ b/package/squid/Config.in
@@ -1,5 +1,6 @@
comment "squid needs a toolchain w/ C++, IPv6"
depends on BR2_USE_MMU
+ depends on !BR2_avr32 # toolchain too old
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6
config BR2_PACKAGE_SQUID
OpenPOWER on IntegriCloud