chore: Update to OpenWrt 24.10.6
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c79b3cb27b
commit
a905b885fc
@ -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:
|
||||
|
||||
6
.github/workflows/build-openwrt-packages.yml
vendored
6
.github/workflows/build-openwrt-packages.yml
vendored
@ -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
|
||||
|
||||
8
.github/workflows/build-secubox-images.yml
vendored
8
.github/workflows/build-secubox-images.yml
vendored
@ -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
|
||||
|
||||
6
.github/workflows/build-secubox-vm.yml
vendored
6
.github/workflows/build-secubox-vm.yml
vendored
@ -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:
|
||||
|
||||
6
.github/workflows/build-vm-appliance.yml
vendored
6
.github/workflows/build-vm-appliance.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user