Skip to content

Commit 859ff7a

Browse files
committed
OpenWrt v24.10.4: revert to branch defaults
Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 78b23a2 commit 859ff7a

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
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^f1470815f41fe199bfdafe9a91ad115bc2e91203
2-
src-git luci https://git.openwrt.org/project/luci.git^75e41cba5160281b2d1dca922719efef29f7ffd8
3-
src-git routing https://git.openwrt.org/feed/routing.git^3eb59e9471858c83891979793f1dd29cca156919
4-
src-git telephony https://git.openwrt.org/feed/telephony.git^2a4541d46199ac96fac214d02c908402831c4dc6
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

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.4)
26+
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),24.10-SNAPSHOT)
2727

2828
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
29-
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r28959-29397011cc)
29+
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
3030

3131
VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
32-
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/24.10.4)
32+
VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/24.10-SNAPSHOT)
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.4"
193+
default "https://downloads.openwrt.org/releases/24.10-SNAPSHOT"
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 n
269+
default y
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: 0 additions & 1 deletion
This file was deleted.

version.date

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)