projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4804c
)
u-boot.mk: use openwrt url instead of lede project
author
Luis Araneda
<luaraneda@gmail.com>
Sun, 18 Aug 2019 14:59:11 +0000
(10:59 -0400)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Sun, 18 Aug 2019 15:14:13 +0000
(15:14 +0000)
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 <luaraneda@gmail.com>
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