Skip to content

Commit 657b81e

Browse files
authored
新增24.10.4 的luci版本
1 parent 7e06398 commit 657b81e

9 files changed

+18
-9
lines changed

.github/workflows/build-N1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
luci_version:
66
description: "选择luci版本"
77
required: false
8-
default: "24.10.3"
8+
default: "24.10.4"
99
type: choice
1010
options:
1111
- 24.10.0
1212
- 24.10.1
1313
- 24.10.2
1414
- 24.10.3
15+
- 24.10.4
1516
openwrt_kernel:
1617
description: "选择构建的内核(斐讯N1)"
1718
required: false

.github/workflows/build-QEMU-arm64-24.10.2.yml renamed to .github/workflows/build-QEMU-arm64-24.10.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
luci_version:
1111
description: "选择luci版本"
1212
required: false
13-
default: "24.10.3"
13+
default: "24.10.4"
1414
type: choice
1515
options:
1616
- 24.10.0
1717
- 24.10.1
1818
- 24.10.2
1919
- 24.10.3
20+
- 24.10.4
2021
profile:
2122
type: choice
2223
description: |

.github/workflows/build-RaspBerryPi-24.10.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ on:
1717
luci_version:
1818
description: "选择luci版本"
1919
required: false
20-
default: "24.10.3"
20+
default: "24.10.4"
2121
type: choice
2222
options:
2323
- 24.10.0
2424
- 24.10.1
2525
- 24.10.2
2626
- 24.10.3
27+
- 24.10.4
2728
enable_store:
2829
description: "集成 store 商店"
2930
required: false

.github/workflows/build-boxs-by-ophub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
luci_version:
66
description: "选择luci版本"
77
required: false
8-
default: "24.10.3"
8+
default: "24.10.4"
99
type: choice
1010
options:
1111
- 24.10.0
1212
- 24.10.1
1313
- 24.10.2
1414
- 24.10.3
15+
- 24.10.4
1516
openwrt_kernel:
1617
description: "选择构建的内核 当高版本内核没有时 系统会自动挑选匹配的内核。比如radxa e52c 即便你选择了6.1.y 可能最终构建还是5.10.160"
1718
required: false

.github/workflows/build-dev-board-by-flippy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
luci_version:
66
description: "选择luci版本"
77
required: false
8-
default: "24.10.3"
8+
default: "24.10.4"
99
type: choice
1010
options:
1111
- 24.10.0
1212
- 24.10.1
1313
- 24.10.2
1414
- 24.10.3
15+
- 24.10.4
1516
openwrt_kernel:
1617
description: "选择构建的内核 当高版本内核没有时 系统会自动挑选匹配的内核。比如radxa e52c 即便你选择了6.1.y 可能最终构建还是5.10.160"
1718
required: false

.github/workflows/build-iso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ on:
1111
luci_version:
1212
description: "选择luci版本"
1313
required: false
14-
default: "24.10.3"
14+
default: "24.10.4"
1515
type: choice
1616
options:
1717
- 24.10.0
1818
- 24.10.1
1919
- 24.10.2
2020
- 24.10.3
21+
- 24.10.4
2122
profile:
2223
description: '请输入要编译固件大小 单位(MB)'
2324
required: true

.github/workflows/build-rockchip-immortalWrt-24.10.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
luci_version:
77
description: "选择luci版本"
88
required: false
9-
default: "24.10.3"
9+
default: "24.10.4"
1010
type: choice
1111
options:
1212
- 24.10.0
1313
- 24.10.1
1414
- 24.10.2
1515
- 24.10.3
16+
- 24.10.4
1617
profile:
1718
type: choice
1819
description: |

.github/workflows/build-sunxi-cortexa53-24.10.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ on:
2222
luci_version:
2323
description: "选择luci版本"
2424
required: false
25-
default: "24.10.3"
25+
default: "24.10.4"
2626
type: choice
2727
options:
2828
- 24.10.0
2929
- 24.10.1
3030
- 24.10.2
3131
- 24.10.3
32+
- 24.10.4
3233
enable_store:
3334
description: "集成 store 商店"
3435
required: false

.github/workflows/build-x86-64-24.10.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
luci_version:
77
description: "选择luci版本"
88
required: false
9-
default: "24.10.3"
9+
default: "24.10.4"
1010
type: choice
1111
options:
1212
- 24.10.0
1313
- 24.10.1
1414
- 24.10.2
1515
- 24.10.3
16+
- 24.10.4
1617
custom_router_ip:
1718
description: "请设置路由器的管理地址(仅对多网口路由器有效) 格式:192.168.x.1 或 10.x.x.1"
1819
required: true

0 commit comments

Comments
 (0)