projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042917f
)
u-boot.mk: switch download to https
author
Lucian Cristian
<lucian.cristian@gmail.com>
Sun, 19 Apr 2020 12:52:25 +0000
(15:52 +0300)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 26 Apr 2020 19:20:47 +0000
(21:20 +0200)
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>
include/u-boot.mk
patch
|
blob
|
history
diff --git
a/include/u-boot.mk
b/include/u-boot.mk
index 02e37d0f4c18b93a29e7a12ee993ac9b3f5513d8..ec9fb15b6ce27d51d592331713c6774c87759feb 100644
(file)
--- 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