From 058df6c6e99e7ccb99228f124a0d7176faf2ad9c Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 26 Dec 2025 06:01:40 +0100 Subject: [PATCH] fix: add missing packages to firmware build and update release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added luci-app-traffic-shaper to firmware configuration - Added luci-app-ksm-manager to firmware configuration - Updated release notes to include all 15 SecuBox modules organized by category - Ensures complete SecuBox suite is pre-installed in firmware images 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/build-secubox-images.yml | 33 ++++++++++++++++------ 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-secubox-images.yml b/.github/workflows/build-secubox-images.yml index 52a83e2e..d67140e9 100644 --- a/.github/workflows/build-secubox-images.yml +++ b/.github/workflows/build-secubox-images.yml @@ -309,11 +309,13 @@ jobs: # SecuBox packages - Bandwidth & Traffic CONFIG_PACKAGE_luci-app-bandwidth-manager=y + CONFIG_PACKAGE_luci-app-traffic-shaper=y CONFIG_PACKAGE_luci-app-media-flow=y # SecuBox packages - Performance & Services CONFIG_PACKAGE_luci-app-cdn-cache=y CONFIG_PACKAGE_luci-app-vhost-manager=y + CONFIG_PACKAGE_luci-app-ksm-manager=y EOF - name: Add device-specific packages @@ -825,14 +827,29 @@ jobs: | MOCHAbin | Armada 7040 | 4-8GB | Quad-core + 10G | ## Pre-installed SecuBox Modules - - - luci-app-crowdsec-dashboard - - luci-app-netdata-dashboard - - luci-app-netifyd-dashboard - - luci-app-wireguard-dashboard - - luci-app-network-modes - - luci-app-client-guardian - - luci-app-system-hub + + **Security & Access Control:** + - luci-app-auth-guardian - Authentication & session manager + - luci-app-client-guardian - NAC & captive portal + - luci-app-crowdsec-dashboard - CrowdSec security monitoring + - luci-app-ksm-manager - Key storage & HSM + - luci-app-netifyd-dashboard - Deep packet inspection + + **Monitoring & Analytics:** + - luci-app-media-flow - Media traffic detection + - luci-app-netdata-dashboard - System monitoring + + **Network Management:** + - luci-app-bandwidth-manager - QoS & bandwidth quotas + - luci-app-cdn-cache - CDN proxy cache + - luci-app-network-modes - Network mode configuration + - luci-app-traffic-shaper - Advanced traffic shaping + - luci-app-wireguard-dashboard - WireGuard VPN + + **System & Services:** + - luci-app-secubox - Central management hub + - luci-app-system-hub - System control center + - luci-app-vhost-manager - Virtual host manager ## Installation