aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.mk
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-08-27 11:47:08 -1000
committerDaniel Golle <daniel@makrotopia.org>2020-08-31 11:26:10 +0100
commitc1875d1ebbd4c4bad45d7c93cf012317f8ce1810 (patch)
tree7b653a67bbb85d474d76dc32d28409aa4ca75290 /include/version.mk
parentcc5bdcd0557b30482aeea6dbeaa2ed40b3a7acdb (diff)
downloadupstream-c1875d1ebbd4c4bad45d7c93cf012317f8ce1810.tar.gz
upstream-c1875d1ebbd4c4bad45d7c93cf012317f8ce1810.tar.bz2
upstream-c1875d1ebbd4c4bad45d7c93cf012317f8ce1810.zip
build: switch VERSION_REPO to HTTPS
The variable VERSION_REPO is used by opkg to download package(list)s. Now that the default installation support encrypted HTTP opkg should make use of it. Suggested-by: Petr Štetiar <ynezz@true.cz> Suggested-by: Baptiste Jonglez <baptiste@bitsofnetworks.org> Signed-off-by: Paul Spooren <mail@aparcar.org> Acked-by: Baptiste Jonglez <baptiste@bitsofnetworks.org>
Diffstat (limited to 'include/version.mk')
-rw-r--r--include/version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.mk b/include/version.mk
index 7d3c1ad640..b7f42e13bb 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -32,7 +32,7 @@ VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/snapshots)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/snapshots)
VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)