Преглед на файлове

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 <[email protected]>
Jo-Philipp Wich преди 9 години
родител
ревизия
3a085dcbe3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/download.mk

+ 1 - 1
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)