summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-05-29 15:40:51 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-01 15:18:42 +0200
commit3a085dcbe3917d762a96df35a8bd99322cf09f5f (patch)
treec22a1d2087f5cb0882fe2fa34c048907787a2c99 /include/download.mk
parentb38296f2f6c362b81545b7e42eb25abe6ccebfb2 (diff)
downloadmaster-31e0f0ae-3a085dcbe3917d762a96df35a8bd99322cf09f5f.tar.gz
master-31e0f0ae-3a085dcbe3917d762a96df35a8bd99322cf09f5f.tar.bz2
master-31e0f0ae-3a085dcbe3917d762a96df35a8bd99322cf09f5f.zip
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>
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk2
1 files changed, 1 insertions, 1 deletions
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)