diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-21 00:28:50 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-21 00:28:50 +0200 |
commit | 6945ddde9b196081c7f0ce54aad0e12ebf85adbe (patch) | |
tree | b799e197ce9ffc6ec2a5b721293695714322fc5c /include | |
parent | df622768da10f36ceeb20346b4c4ee4eb9a8a9ad (diff) | |
download | upstream-6945ddde9b196081c7f0ce54aad0e12ebf85adbe.tar.gz upstream-6945ddde9b196081c7f0ce54aad0e12ebf85adbe.tar.bz2 upstream-6945ddde9b196081c7f0ce54aad0e12ebf85adbe.zip |
OpenWrt v22.03.0-rc1: adjust config defaultsv22.03.0-rc1
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/version.mk b/include/version.mk index ca6a15bdbf..c72601bbd0 100644 --- a/include/version.mk +++ b/include/version.mk @@ -23,13 +23,13 @@ PKG_CONFIG_DEPENDS += \ sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1)))) VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),22.03-SNAPSHOT) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),22.03.0-rc1) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r19302-df622768da) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03-SNAPSHOT) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03.0-rc1) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt) |