diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-29 15:40:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-01 15:18:42 +0200 |
commit | 3a085dcbe3917d762a96df35a8bd99322cf09f5f (patch) | |
tree | c22a1d2087f5cb0882fe2fa34c048907787a2c99 | |
parent | b38296f2f6c362b81545b7e42eb25abe6ccebfb2 (diff) | |
download | master-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>
-rw-r--r-- | include/download.mk | 2 |
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) |