From b918884771b9c633f5e5c2a758d6447e7a8651e5 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Wed, 22 Jan 2020 09:54:55 -0500 Subject: [PATCH] Fix default repo link in base-files image-config.in --- package/base-files/image-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 7a239c8c89..155a01ae06 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/releases/19.07-SNAPSHOT" + default "https://librecmc.org/librecmc/downloads/snapshots/%v" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: -- 2.25.1