From a905b885fceb8d1a8ed4cd2ec7708cb948a8d561 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Thu, 19 Mar 2026 09:07:45 +0100 Subject: [PATCH] chore: Update to OpenWrt 24.10.6 Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-firmware-imagebuilder.yml | 6 +++--- .github/workflows/build-openwrt-packages.yml | 6 +++--- .github/workflows/build-secubox-images.yml | 8 ++++---- .github/workflows/build-secubox-vm.yml | 6 +++--- .github/workflows/build-vm-appliance.yml | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build-firmware-imagebuilder.yml b/.github/workflows/build-firmware-imagebuilder.yml index c176efe6..7bf7898a 100644 --- a/.github/workflows/build-firmware-imagebuilder.yml +++ b/.github/workflows/build-firmware-imagebuilder.yml @@ -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: diff --git a/.github/workflows/build-openwrt-packages.yml b/.github/workflows/build-openwrt-packages.yml index 79743b07..752e81bd 100644 --- a/.github/workflows/build-openwrt-packages.yml +++ b/.github/workflows/build-openwrt-packages.yml @@ -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 diff --git a/.github/workflows/build-secubox-images.yml b/.github/workflows/build-secubox-images.yml index 7b1e76c5..5104e146 100644 --- a/.github/workflows/build-secubox-images.yml +++ b/.github/workflows/build-secubox-images.yml @@ -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 diff --git a/.github/workflows/build-secubox-vm.yml b/.github/workflows/build-secubox-vm.yml index 03e7d56e..7a54b8b2 100644 --- a/.github/workflows/build-secubox-vm.yml +++ b/.github/workflows/build-secubox-vm.yml @@ -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: diff --git a/.github/workflows/build-vm-appliance.yml b/.github/workflows/build-vm-appliance.yml index 6a5df77e..f6c25d1c 100644 --- a/.github/workflows/build-vm-appliance.yml +++ b/.github/workflows/build-vm-appliance.yml @@ -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 }}