From 3a085dcbe3917d762a96df35a8bd99322cf09f5f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 29 May 2016 15:40:51 +0200 Subject: [PATCH] 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 --- include/download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/download.mk b/include/download.mk index 69857c6004..74e2c317d6 100644 --- 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 = https://git.lede-project.org DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) -- 2.30.2