projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38296f
)
download.mk: use HTTPS for git.lede-project.org
author
Jo-Philipp Wich
<jo@mein.io>
Sun, 29 May 2016 13:40:51 +0000
(15:40 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 1 Jun 2016 13:18:42 +0000
(15:18 +0200)
Some Git versions have issues following the HTTP->HTTPS redirect and since
the keyring package is fetched from this host, switching to HTTPS is a
sensible choice anyway.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index 69857c60048c479db4c0867746e9e1b5e7b3fdda..74e2c317d6ce3f2369dc2a0d3f7b4e94270366e1 100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-7,7
+7,7
@@
#
OPENWRT_GIT = http://git.openwrt.org
-LEDE_GIT = http://git.lede-project.org
+LEDE_GIT = http
s
://git.lede-project.org
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)