From: Jo-Philipp Wich Date: Sun, 29 May 2016 13:40:51 +0000 (+0200) Subject: download.mk: use HTTPS for git.lede-project.org X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3a085dcbe3917d762a96df35a8bd99322cf09f5f;p=openwrt%2Fstaging%2Frmilecki.git 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 --- diff --git a/include/download.mk b/include/download.mk index 69857c60048..74e2c317d6c 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)