download.mk: use HTTPS for git.lede-project.org
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>
This commit is contained in:
parent
b38296f2f6
commit
3a085dcbe3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
OPENWRT_GIT = http://git.openwrt.org
|
OPENWRT_GIT = http://git.openwrt.org
|
||||||
LEDE_GIT = http://git.lede-project.org
|
LEDE_GIT = https://git.lede-project.org
|
||||||
|
|
||||||
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
|
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue