Commit 51f3425e authored by Arnout Vandecappelle's avatar Arnout Vandecappelle Committed by Peter Korsgaard
Browse files

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: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent db097965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)"

+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ config BR2_PACKAGE_RUBIX
	help
	  A 3D rubiks cube game for X

	  http://avr32linux.org/twiki/pub/Main/Rubix
	  http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################
RUBIX_VERSION = 1.0.5
RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2
RUBIX_SITE = http://avr32linux.org/twiki/pub/Main/Rubix
RUBIX_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install

RUBIX_MAKE_OPT = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ config BR2_PACKAGE_TORSMO
	help
	  Torsmo is a system monitor that sits in the corner of your desktop.

	  http://avr32linux.org/twiki/pub/Main/Torsmo
	  http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################
TORSMO_VERSION = 0.18
TORSMO_SOURCE = torsmo-$(TORSMO_VERSION).tar.gz
TORSMO_SITE = http://avr32linux.org/twiki/pub/Main/Torsmo
TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo

# help2man doesn't work when cross compiling
TORSMO_CONF_ENV = ac_cv_path_HELP2MAN=''
Loading