Skip to content

Commit d0c71b4

Browse files
committed
Bump ImmortalWRT stable to version 24.10.4
1 parent 522e0e2 commit d0c71b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/immortalwrt-builder-selfhost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
description: 'Write the version of ImmortalWRT to use'
3939
type: string
4040
required: true
41-
default: '24.10.3'
41+
default: '24.10.4'
4242
nproc:
4343
description: 'Specify the number of threads to use it on the compiler'
4444
required: false

.github/workflows/immortalwrt-builder-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
env:
2121
REPO_URL: https://github.com/immortalwrt/immortalwrt
22-
REPO_BRANCH: 24.10.3
22+
REPO_BRANCH: 24.10.4
2323
BANANAWRT_RELEASE: stable
2424
FEEDS_CONF: feeds.conf.default
2525
CONFIG_FILE: config/stable/.config

config/stable/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ CONFIG_VERSION_MANUFACTURER=""
285285
CONFIG_VERSION_MANUFACTURER_URL=""
286286
CONFIG_VERSION_NUMBER=""
287287
CONFIG_VERSION_PRODUCT=""
288-
CONFIG_VERSION_REPO="https://downloads.immortalwrt.org/releases/24.10.3"
288+
CONFIG_VERSION_REPO="https://downloads.immortalwrt.org/releases/24.10.4"
289289
CONFIG_VERSION_SUPPORT_URL=""
290290
# CONFIG_COLLECT_KERNEL_DEBUG is not set
291291
# CONFIG_LPAC_WITH_UQMI is not set

0 commit comments

Comments
 (0)