Skip to content

Commit 94adc23

Browse files
committed
OpenWrt v22.03.4: adjust config defaults
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1 parent 38ccc47 commit 94adc23

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

feeds.conf.default

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-22.03
2-
src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-22.03
3-
src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-22.03
4-
src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-22.03
1+
src-git-full packages https://git.openwrt.org/feed/packages.git^38cb0129739bc71e0bb5a25ef1f6db70b7add04b
2+
src-git-full luci https://git.openwrt.org/project/luci.git^ce20b4a6e0c86313c0c6e9c89eedf8f033f5e637
3+
src-git-full routing https://git.openwrt.org/feed/routing.git^1cc7676b9f32acc30ec47f15fcb70380d5d6ef01
4+
src-git-full telephony https://git.openwrt.org/feed/telephony.git^5087c7ecbc4f4e3227bd16c6f4d1efb0d3edf460

include/version.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ PKG_CONFIG_DEPENDS += \
2323
sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
2424

2525
VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
26-
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),22.03-SNAPSHOT)
26+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),22.03.4)
2727

2828
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
29-
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
29+
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r20123-38ccc47687)
3030

3131
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
32-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03-SNAPSHOT)
32+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03.4)
3333

3434
VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
3535
VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)

package/base-files/image-config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if VERSIONOPT
183183
config VERSION_REPO
184184
string
185185
prompt "Release repository"
186-
default "https://downloads.openwrt.org/releases/22.03-SNAPSHOT"
186+
default "https://downloads.openwrt.org/releases/22.03.4"
187187
help
188188
This is the repository address embedded in the image, it defaults
189189
to the trunk snapshot repo; the url may contain the following placeholders:
@@ -259,7 +259,7 @@ if VERSIONOPT
259259
config VERSION_CODE_FILENAMES
260260
bool
261261
prompt "Revision code in filenames"
262-
default y
262+
default n
263263
help
264264
Enable this to include the revision identifier or the configured
265265
version code into the firmware image, SDK- and Image Builder archive

version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r20123-38ccc47687

version.date

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1681043266

0 commit comments

Comments
 (0)