From: Lucian Cristian Date: Sun, 19 Apr 2020 12:52:25 +0000 (+0300) Subject: u-boot.mk: switch download to https X-Git-Tag: v21.02.0-rc1~2966 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=60712bd536a4fcb4335b152b2b3a3544ccdf1cd0;p=openwrt%2Fstaging%2Fhauke.git 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 --- 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