From 4640a6a94615113745e9cf464b9ff456f23c2cac Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Mon, 23 Dec 2019 12:14:53 -0500 Subject: [PATCH] Bump version to v1.5.0; add package feed --- docs/FAQ.md | 4 ++-- feeds.conf.default | 1 + include/version.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index d86052585b..7eb94836f9 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -22,7 +22,7 @@ make improvements that benefit the community as a whole. ## What devices does libreCMC work with? -The libreCMC project supports mostly consumer-grade router and a few other +The libreCMC project supports mostly consumer-grade routers and a few other embedded devices. This list can be found on the Supported Hardware page. While this list is not extensive, the libreCMC project has very strict requirements for supporting devices. Some examples include: @@ -33,7 +33,7 @@ software. The project will still consider some level of support if it does not meet this requirement and meets all of the other requirements. * The hardware can't require non-free software or binary blobs to work. Non-free -Software / Blobs are pieces of software where we (the community) does not have +Software / Blobs are pieces of software where we (the community) do not have the source code under a proper Free Software [1] license. Non-free Software and blobs make supporting a device for any length of time a chore and usually support evaporates when device vendors stop releasing new blobs / components. diff --git a/feeds.conf.default b/feeds.conf.default index e69de29bb2..7fb0124ed9 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -0,0 +1 @@ +src-git packages https://gogs.librecmc.org/librecmc/package-feed.git;v1.5 diff --git a/include/version.mk b/include/version.mk index 23f9db6a0c..f5b43a866c 100644 --- a/include/version.mk +++ b/include/version.mk @@ -26,7 +26,7 @@ PKG_CONFIG_DEPENDS += \ sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1)))) VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.0-rc3) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.0) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) -- 2.25.1