chore: Update to OpenWrt 24.10.6

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-03-19 09:07:45 +01:00
parent c79b3cb27b
commit a905b885fc
5 changed files with 16 additions and 16 deletions

View File

@ -9,10 +9,10 @@ on:
openwrt_version:
description: 'OpenWrt version'
required: true
default: '24.10.5'
default: '24.10.6'
type: choice
options:
- '24.10.5'
- '24.10.6'
- '24.10.4'
- '23.05.5'
- 'SNAPSHOT'
@ -49,7 +49,7 @@ on:
- 'v*.*.*-*'
env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
ROOT_SIZE: ${{ github.event.inputs.root_size || '512' }}
permissions:

View File

@ -12,10 +12,10 @@ on:
openwrt_version:
description: 'OpenWrt version'
required: true
default: '24.10.5'
default: '24.10.6'
type: choice
options:
- '24.10.5'
- '24.10.6'
- '23.05.5'
build_toolchain_packages:
description: 'Build toolchain packages (Go/C++)'
@ -28,7 +28,7 @@ on:
default: 'all'
env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
permissions:
contents: write

View File

@ -16,10 +16,10 @@ on:
openwrt_version:
description: 'OpenWrt version'
required: true
default: '24.10.5'
default: '24.10.6'
type: choice
options:
- '24.10.5'
- '24.10.6'
- '25.12.0-rc1'
- '23.05.5'
- '23.05.4'
@ -37,8 +37,8 @@ on:
- 'v*.*.*-*'
env:
# Use input if manual trigger, otherwise default to 24.10.5 for tag triggers
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
# Use input if manual trigger, otherwise default to 24.10.6 for tag triggers
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
permissions:
contents: write

View File

@ -7,10 +7,10 @@ on:
openwrt_version:
description: 'OpenWrt version'
required: true
default: '24.10.5'
default: '24.10.6'
type: choice
options:
- '24.10.5'
- '24.10.6'
- '23.05.5'
- 'SNAPSHOT'
image_format:
@ -41,7 +41,7 @@ on:
- 'v*.*.*-vm'
env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
ROOTFS_SIZE: ${{ github.event.inputs.rootfs_size || '1024' }}
permissions:

View File

@ -13,10 +13,10 @@ on:
openwrt_version:
description: 'OpenWrt version'
required: true
default: '24.10.5'
default: '24.10.6'
type: choice
options:
- '24.10.5'
- '24.10.6'
- '24.10.4'
- '23.05.5'
disk_size:
@ -46,7 +46,7 @@ on:
- 'v*.*.*-*'
env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
DISK_SIZE: ${{ github.event.inputs.disk_size || '8' }}
C3BOX_VERSION: ${{ github.event.inputs.version || github.ref_name }}