Skip to content

Commit 4171498

Browse files
committed
OpenWrt v24.10.0-rc1: adjust config defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent d276b4c commit 4171498

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 packages https://git.openwrt.org/feed/packages.git;openwrt-24.10
2-
src-git luci https://git.openwrt.org/project/luci.git;openwrt-24.10
3-
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-24.10
4-
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-24.10
1+
src-git packages https://git.openwrt.org/feed/packages.git^b5f11b79d2b0538d57103a8da05e7a7a87981ff3
2+
src-git luci https://git.openwrt.org/project/luci.git^094507c19372268d13679d2e6ad4325e08a333e2
3+
src-git routing https://git.openwrt.org/feed/routing.git^3f15699240c076d5ee9ed697fa5ef45355423f6f
4+
src-git telephony https://git.openwrt.org/feed/telephony.git^fd605af7143165a2490681ec1752f259873b9147

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),24.10-SNAPSHOT)
26+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),24.10.0-rc1)
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),r28158-d276b4c91a)
3030

3131
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
32-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/24.10-SNAPSHOT)
32+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/24.10.0-rc1)
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
@@ -190,7 +190,7 @@ if VERSIONOPT
190190
config VERSION_REPO
191191
string
192192
prompt "Release repository"
193-
default "https://downloads.openwrt.org/releases/24.10-SNAPSHOT"
193+
default "https://downloads.openwrt.org/releases/24.10.0-rc1"
194194
help
195195
This is the repository address embedded in the image, it defaults
196196
to the trunk snapshot repo; the url may contain the following placeholders:
@@ -266,7 +266,7 @@ if VERSIONOPT
266266
config VERSION_CODE_FILENAMES
267267
bool
268268
prompt "Revision code in filenames"
269-
default y
269+
default n
270270
help
271271
Enable this to include the revision identifier or the configured
272272
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+
r28158-d276b4c91a

version.date

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

0 commit comments

Comments
 (0)