aboutsummaryrefslogtreecommitdiffstats
path: root/include/u-boot.mk
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2020-04-19 15:52:25 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2020-04-26 21:20:47 +0200
commit60712bd536a4fcb4335b152b2b3a3544ccdf1cd0 (patch)
treed8c96cf9cff6ebe2f34a75216db10b041b866a09 /include/u-boot.mk
parent042917f1c4e8e68ed6c6948dcaf57d35d0b3c366 (diff)
downloadupstream-60712bd536a4fcb4335b152b2b3a3544ccdf1cd0.tar.gz
upstream-60712bd536a4fcb4335b152b2b3a3544ccdf1cd0.tar.bz2
upstream-60712bd536a4fcb4335b152b2b3a3544ccdf1cd0.zip
u-boot.mk: switch download to https
ftp can cause problems on some networks switch primary download location to https and add another mirror Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'include/u-boot.mk')
-rw-r--r--include/u-boot.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/u-boot.mk b/include/u-boot.mk
index 02e37d0f4c..ec9fb15b6c 100644
--- a/include/u-boot.mk
+++ b/include/u-boot.mk
@@ -3,7 +3,8 @@ PKG_NAME ?= u-boot
ifndef PKG_SOURCE_PROTO
PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL = \
- https://sources.openwrt.org \
+ https://mirror.cyberbits.eu/u-boot \
+ https://ftp.denx.de/pub/u-boot \
ftp://ftp.denx.de/pub/u-boot
endif