diff --git a/buildSrc/crosslibs/crosslibs-armv6hf.sh b/buildSrc/crosslibs/crosslibs-armv6hf.sh index b713f92e2c..2492bedef0 100644 --- a/buildSrc/crosslibs/crosslibs-armv6hf.sh +++ b/buildSrc/crosslibs/crosslibs-armv6hf.sh @@ -228,7 +228,7 @@ installLibs() { getPackages \ $DESTINATION \ - http://ftp.us.debian.org/debian/ wheezy main armhf \ + http://archive.debian.org/debian/ wheezy main armhf \ libatk1.0-dev \ libatk1.0-0 \ libc6 \ @@ -389,7 +389,7 @@ installLibs() { # get some rapberry Pi specials getPackages \ $DESTINATION \ - http://archive.raspbian.org/raspbian wheezy firmware armhf \ + http://legacy.raspbian.org/raspbian wheezy firmware armhf \ libraspberrypi-dev }