From 5297e24d22cd714076c318b1faaff220ea3649b7 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Fri, 30 Jun 2017 17:22:17 -0400 Subject: [PATCH] Change repository links to reflect different versions of libreCMC {,core,legacy} --- include/feeds.mk | 2 +- include/version.mk | 2 +- package/base-files/image-config.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/feeds.mk b/include/feeds.mk index 054b5aa796..9ee6d261e8 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -47,7 +47,7 @@ endef # 1: destination file define FeedSourcesAppend ( \ - echo "src/gz %n_core %U/targets/%S/packages"; \ + echo "src/gz %n_core %U/%S/packages"; \ $(strip $(if $(CONFIG_PER_FEED_REPO), \ $(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \ $(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \ diff --git a/include/version.mk b/include/version.mk index b8b477d964..faf2c7c8be 100644 --- a/include/version.mk +++ b/include/version.mk @@ -40,7 +40,7 @@ VERSION_NICK:=$(call qstrip_escape,$(CONFIG_VERSION_NICK)) VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE)) VERSION_REPO:=$(call qstrip_escape,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://librecmc.org/librecmc) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://librecmc.org/librecmc/downloads/snapshots/%v) VERSION_DIST:=$(call qstrip_escape,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),libreCMC) diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 3cdb6df0c2..fd231a4b38 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 "http://downloads.lede-project.org/releases/17.01-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