diff options
author | Paul Spooren <mail@aparcar.org> | 2022-05-21 18:36:24 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-05-21 18:36:24 +0200 |
commit | 4f6f9caf1f054d9a52f50ecb766fb3aa9de8d429 (patch) | |
tree | 73d85681e0afcfb94acdf68f2d99e9ad81ad107d | |
parent | 34b6abf5a8f8751e377bae4978e38a0f2326bdae (diff) | |
download | upstream-4f6f9caf1f054d9a52f50ecb766fb3aa9de8d429.tar.gz upstream-4f6f9caf1f054d9a52f50ecb766fb3aa9de8d429.tar.bz2 upstream-4f6f9caf1f054d9a52f50ecb766fb3aa9de8d429.zip |
OpenWrt v22.03.0-rc2: adjust config defaultsv22.03.0-rc2
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r-- | feeds.conf.default | 8 | ||||
-rw-r--r-- | include/version.mk | 6 | ||||
-rw-r--r-- | version | 1 | ||||
-rw-r--r-- | version.date | 1 |
4 files changed, 9 insertions, 7 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index f20f9db1e4..841a6da90a 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,4 +1,4 @@ -src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-22.03 -src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-22.03 -src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-22.03 -src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-22.03 +src-git-full packages https://git.openwrt.org/feed/packages.git^b708cf5a17a1498b02c3ca4fd66f99aba3773c9c +src-git-full luci https://git.openwrt.org/project/luci.git^d8ecf48f20da632af86def0f18093861c522914b +src-git-full routing https://git.openwrt.org/feed/routing.git^f6d2b09643dfdc3b3916cb116ebc3f45a058fae6 +src-git-full telephony https://git.openwrt.org/feed/telephony.git^4c148548df2aae3c036a5e309ff0474dbb1f48ac diff --git a/include/version.mk b/include/version.mk index ca6a15bdbf..34fd7bb6f6 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-rc2) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r19374-34b6abf5a8) 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-rc2) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt) diff --git a/version b/version new file mode 100644 index 0000000000..45bcab782f --- /dev/null +++ b/version @@ -0,0 +1 @@ +r19374-34b6abf5a8 diff --git a/version.date b/version.date new file mode 100644 index 0000000000..439ca52c2b --- /dev/null +++ b/version.date @@ -0,0 +1 @@ +1653140740 |