From 7d9a6a4129900aec6013eb9ab37bc6901abf9569 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38559 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-lantiq/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-lantiq') diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index b3d9173190..b71b1e8578 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -13,7 +13,9 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(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:=e58a8a7f78972248190d83de0dc362ce PKG_TARGETS:=bin -- cgit v1.2.3