download.mk: use HTTPS for git.lede-project.org
authorJo-Philipp Wich <jo@mein.io>
Sun, 29 May 2016 13:40:51 +0000 (15:40 +0200)
committerJo-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

index 69857c60048c479db4c0867746e9e1b5e7b3fdda..74e2c317d6ce3f2369dc2a0d3f7b4e94270366e1 100644 (file)
@@ -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)