From e31ccd95c79782ed030bee1a458f4682fc6832ac Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Oct 2013 15:15:05 +0000 Subject: u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable Signed-off-by: Felix Fietkau SVN-Revision: 38559 --- package/boot/uboot-envtools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-envtools') diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 6cea1e2b00..a0512284d5 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -13,7 +13,10 @@ PKG_VERSION:=2013.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_DISTNAME)-$(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:=a076a044b64371edc52f7e562b13f6b2 PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) -- cgit v1.2.3