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-Tag: v17.01.0-rc1~2572 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a085dcbe3917d762a96df35a8bd99322cf09f5f;p=oweals%2Fopenwrt.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 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)