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 | e31ccd95c79782ed030bee1a458f4682fc6832ac (patch) | |
tree | 18e969b6654e3eb734faa7ac1c63549bb0239ff8 /package/boot/uboot-lantiq/Makefile | |
parent | 688ac024ac72804ab9ee170604763d9989f99b54 (diff) | |
download | mtk-20170518-e31ccd95c79782ed030bee1a458f4682fc6832ac.zip mtk-20170518-e31ccd95c79782ed030bee1a458f4682fc6832ac.tar.gz mtk-20170518-e31ccd95c79782ed030bee1a458f4682fc6832ac.tar.bz2 |
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>
SVN-Revision: 38559
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index b3d9173..b71b1e8 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 |