diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-28 15:15:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-28 15:15:05 +0000 |
commit | 7d9a6a4129900aec6013eb9ab37bc6901abf9569 (patch) | |
tree | a57bdd45a20fa34c470f9c10a09873c334911a01 /package/boot/uboot-ar71xx | |
parent | ff270220409f83ca4137ca2fb484735a766cd3ab (diff) | |
download | upstream-7d9a6a4129900aec6013eb9ab37bc6901abf9569.tar.gz upstream-7d9a6a4129900aec6013eb9ab37bc6901abf9569.tar.bz2 upstream-7d9a6a4129900aec6013eb9ab37bc6901abf9569.zip |
u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-ar71xx')
-rw-r--r-- | package/boot/uboot-ar71xx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-ar71xx/Makefile b/package/boot/uboot-ar71xx/Makefile index ab692d579d..08439b231f 100644 --- a/package/boot/uboot-ar71xx/Makefile +++ b/package/boot/uboot-ar71xx/Makefile @@ -14,7 +14,9 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot +PKG_SOURCE_URL:= \ + http://mirror2.openwrt.org/sources \ + ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:= PKG_TARGETS:=bin |