Skip to content

Commit 9f213a8

Browse files
committed
OpenWrt v21.02.6: adjust config defaults
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1 parent bc99ce5 commit 9f213a8

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

feeds.conf.default

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
2-
src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-21.02
3-
src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
4-
src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
5-
#src-link custom /usr/src/openwrt/custom-feed
1+
src-git-full packages https://git.openwrt.org/feed/packages.git^0b7b12d7075637d3ce3c4eb22b74b2f6d3054672
2+
src-git-full luci https://git.openwrt.org/project/luci.git^e98243ef9eb838cca80cdd6d1bd0cf69a509d103
3+
src-git-full routing https://git.openwrt.org/feed/routing.git^8071852b4556a02533cacb7a0f6a432df3507302
4+
src-git-full telephony https://git.openwrt.org/feed/telephony.git^920fbc5c0a2e4badf51bceff42e9a1e3eb693462

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),21.02-SNAPSHOT)
26+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),21.02.6)
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),r16842-bc99ce5b22)
3030

3131
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
32-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/21.02-SNAPSHOT)
32+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/21.02.6)
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/21.02-SNAPSHOT"
186+
default "https://downloads.openwrt.org/releases/21.02.6"
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+
r16842-bc99ce5b22

version.date

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

0 commit comments

Comments
 (0)