summaryrefslogtreecommitdiffstats
path: root/package/gadgetfs-test
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2012-11-03 06:38:54 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-03 18:11:49 +0100
commit51f3425e3d6c69758c071b9327eecaa14b5e053a (patch)
tree49645a0624bc9653b3e9cfb5a2b11071011cb7ce /package/gadgetfs-test
parentdb09796532d1b7b09bae61d1b297261a4a51b7c1 (diff)
downloadbuildroot-novena-51f3425e3d6c69758c071b9327eecaa14b5e053a.tar.gz
buildroot-novena-51f3425e3d6c69758c071b9327eecaa14b5e053a.zip
use avr32linux.org mirror
The avr32linux.org mirror has vanished and is replaced by a spam site that returns HTML pages for whatever URL you request from it. So the download helper thinks that download has succeeded, while actually it failed. Fortunately, there is still a mirror of the site alive, so we can use that one. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gadgetfs-test')
-rw-r--r--package/gadgetfs-test/gadgetfs-test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gadgetfs-test/gadgetfs-test.mk b/package/gadgetfs-test/gadgetfs-test.mk
index 808618be8..0fc82210d 100644
--- a/package/gadgetfs-test/gadgetfs-test.mk
+++ b/package/gadgetfs-test/gadgetfs-test.mk
@@ -4,7 +4,7 @@
#
#############################################################
GADGETFS_TEST_SOURCE=gadgetfs-test.tar.bz2
-GADGETFS_TEST_SITE=http://avr32linux.org/twiki/pub/Main/GadgetFsTest/
+GADGETFS_TEST_SITE=http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/GadgetFsTest/
GADGETFS_TEST_MAKEOPTS = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"