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:
|
openwrt_version:
|
||||||
description: 'OpenWrt version'
|
description: 'OpenWrt version'
|
||||||
required: true
|
required: true
|
||||||
default: '24.10.5'
|
default: '24.10.6'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '24.10.5'
|
- '24.10.6'
|
||||||
- '24.10.4'
|
- '24.10.4'
|
||||||
- '23.05.5'
|
- '23.05.5'
|
||||||
- 'SNAPSHOT'
|
- 'SNAPSHOT'
|
||||||
@ -49,7 +49,7 @@ on:
|
|||||||
- 'v*.*.*-*'
|
- 'v*.*.*-*'
|
||||||
|
|
||||||
env:
|
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' }}
|
ROOT_SIZE: ${{ github.event.inputs.root_size || '512' }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
6
.github/workflows/build-openwrt-packages.yml
vendored
6
.github/workflows/build-openwrt-packages.yml
vendored
@ -12,10 +12,10 @@ on:
|
|||||||
openwrt_version:
|
openwrt_version:
|
||||||
description: 'OpenWrt version'
|
description: 'OpenWrt version'
|
||||||
required: true
|
required: true
|
||||||
default: '24.10.5'
|
default: '24.10.6'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '24.10.5'
|
- '24.10.6'
|
||||||
- '23.05.5'
|
- '23.05.5'
|
||||||
build_toolchain_packages:
|
build_toolchain_packages:
|
||||||
description: 'Build toolchain packages (Go/C++)'
|
description: 'Build toolchain packages (Go/C++)'
|
||||||
@ -28,7 +28,7 @@ on:
|
|||||||
default: 'all'
|
default: 'all'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
|
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
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:
|
openwrt_version:
|
||||||
description: 'OpenWrt version'
|
description: 'OpenWrt version'
|
||||||
required: true
|
required: true
|
||||||
default: '24.10.5'
|
default: '24.10.6'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '24.10.5'
|
- '24.10.6'
|
||||||
- '25.12.0-rc1'
|
- '25.12.0-rc1'
|
||||||
- '23.05.5'
|
- '23.05.5'
|
||||||
- '23.05.4'
|
- '23.05.4'
|
||||||
@ -37,8 +37,8 @@ on:
|
|||||||
- 'v*.*.*-*'
|
- 'v*.*.*-*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use input if manual trigger, otherwise default to 24.10.5 for tag triggers
|
# Use input if manual trigger, otherwise default to 24.10.6 for tag triggers
|
||||||
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }}
|
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.6' }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
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:
|
openwrt_version:
|
||||||
description: 'OpenWrt version'
|
description: 'OpenWrt version'
|
||||||
required: true
|
required: true
|
||||||
default: '24.10.5'
|
default: '24.10.6'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '24.10.5'
|
- '24.10.6'
|
||||||
- '23.05.5'
|
- '23.05.5'
|
||||||
- 'SNAPSHOT'
|
- 'SNAPSHOT'
|
||||||
image_format:
|
image_format:
|
||||||
@ -41,7 +41,7 @@ on:
|
|||||||
- 'v*.*.*-vm'
|
- 'v*.*.*-vm'
|
||||||
|
|
||||||
env:
|
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' }}
|
ROOTFS_SIZE: ${{ github.event.inputs.rootfs_size || '1024' }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
6
.github/workflows/build-vm-appliance.yml
vendored
6
.github/workflows/build-vm-appliance.yml
vendored
@ -13,10 +13,10 @@ on:
|
|||||||
openwrt_version:
|
openwrt_version:
|
||||||
description: 'OpenWrt version'
|
description: 'OpenWrt version'
|
||||||
required: true
|
required: true
|
||||||
default: '24.10.5'
|
default: '24.10.6'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '24.10.5'
|
- '24.10.6'
|
||||||
- '24.10.4'
|
- '24.10.4'
|
||||||
- '23.05.5'
|
- '23.05.5'
|
||||||
disk_size:
|
disk_size:
|
||||||
@ -46,7 +46,7 @@ on:
|
|||||||
- 'v*.*.*-*'
|
- 'v*.*.*-*'
|
||||||
|
|
||||||
env:
|
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' }}
|
DISK_SIZE: ${{ github.event.inputs.disk_size || '8' }}
|
||||||
C3BOX_VERSION: ${{ github.event.inputs.version || github.ref_name }}
|
C3BOX_VERSION: ${{ github.event.inputs.version || github.ref_name }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user