From c1875d1ebbd4c4bad45d7c93cf012317f8ce1810 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 27 Aug 2020 11:47:08 -1000 Subject: build: switch VERSION_REPO to HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Suggested-by: Baptiste Jonglez Signed-off-by: Paul Spooren Acked-by: Baptiste Jonglez --- package/base-files/image-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/image-config.in') diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 3432db525a..b5cd90f615 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -183,7 +183,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "http://downloads.openwrt.org/snapshots" + default "https://downloads.openwrt.org/snapshots" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: -- cgit v1.2.3