From a98778889f5976390e92ad5249f4af40dbd40814 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Thu, 26 Dec 2024 12:35:34 -0500 Subject: [PATCH] base-files : Fix up default libreCMC repo. Only an issue if selected in menuconfig. Default repo is set in SRC_ROOT/include/version.mk ; it was missed during branding. --- 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 cfcda79fd5..3f4010126f 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -190,7 +190,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "https://downloads.openwrt.org/releases/23.05-SNAPSHOT" + default "https://librecmc.org/librecmc/downloads/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: -- 2.25.1