diff options
author | Felix Fietkau <nbd@nbd.name> | 2019-03-05 13:18:02 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-03-07 13:28:30 +0100 |
commit | fd8705e635a9392c51f7a644ae4211cb14cbe298 (patch) | |
tree | 6f4c20fc625dbbdffb76f67667445837e595ef05 /tools | |
parent | 457de5a15412bae6d7a590e7316a3996de318b37 (diff) | |
download | upstream-fd8705e635a9392c51f7a644ae4211cb14cbe298.tar.gz upstream-fd8705e635a9392c51f7a644ae4211cb14cbe298.tar.bz2 upstream-fd8705e635a9392c51f7a644ae4211cb14cbe298.zip |
tools/mkimage: use http download server (fixes FS#2052)
Fixes timeouts with trying to access the FTP site.
Also remove mirror2.openwrt.org, which does not keep current tarballs
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index d0ff5f7e37..fbcf87cfc6 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -10,9 +10,7 @@ PKG_NAME:=mkimage PKG_VERSION:=2018.03 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=\ - http://mirror2.openwrt.org/sources \ - ftp://ftp.denx.de/pub/u-boot +PKG_SOURCE_URL:=http://ftp.denx.de/pub/u-boot PKG_HASH:=7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) |