summaryrefslogtreecommitdiffstats
path: root/target/squashfs
diff options
context:
space:
mode:
authorEric Andersen2005-06-09 14:15:00 +0200
committerEric Andersen2005-06-09 14:15:00 +0200
commit1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67 (patch)
treec082250ae967446c4962693ba678889531a0d99c /target/squashfs
parentroutine .config update (diff)
downloadbuildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.gz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.xz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.zip
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
Diffstat (limited to 'target/squashfs')
-rw-r--r--target/squashfs/squashfsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index 5a4536fed..d969efed0 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/target/squashfs/squashfsroot.mk
@@ -5,7 +5,7 @@
#############################################################
SQUASHFS_DIR=$(BUILD_DIR)/squashfs1.3r3
SQUASHFS_SOURCE=squashfs1.3r3.tar.gz
-SQUASHFS_SITE=http://aleron.dl.sourceforge.net/sourceforge/squashfs
+SQUASHFS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs
$(DL_DIR)/$(SQUASHFS_SOURCE):
$(WGET) -P $(DL_DIR) $(SQUASHFS_SITE)/$(SQUASHFS_SOURCE)