projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730befb
)
u-boot.mk: use openwrt url instead of lede project
author
Luis Araneda
<
[email protected]
>
Sun, 18 Aug 2019 14:59:11 +0000
(10:59 -0400)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 4 Sep 2019 11:41:21 +0000
(13:41 +0200)
The LEDE URL is automatically redirected to the OpenWRT one,
returning an HTTP 301 code (Moved Permanently).
Also, use https, as indicated by the redirect.
Signed-off-by: Luis Araneda <
[email protected]
>
(cherry picked from commit
b39ded4ab7e02cedd50810a206dadd71e1ea7fb7
)
include/u-boot.mk
patch
|
blob
|
history
diff --git
a/include/u-boot.mk
b/include/u-boot.mk
index 26e1685b8e651197c942e3b03e9cec3421ed9f08..02e37d0f4c18b93a29e7a12ee993ac9b3f5513d8 100644
(file)
--- a/
include/u-boot.mk
+++ b/
include/u-boot.mk
@@
-3,7
+3,7
@@
PKG_NAME ?= u-boot
ifndef PKG_SOURCE_PROTO
PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL = \
- http
://sources.lede-projec
t.org \
+ http
s://sources.openwr
t.org \
ftp://ftp.denx.de/pub/u-boot
endif