From b9b0be1b9fdaf1957f71dd6d70d4d919799d101e Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 16 Jan 2026 11:50:11 +0100 Subject: [PATCH] feat(secubox-portal): Update devstatus page and increment release - Fixed changelog dates (2025 -> 2026) - Added v0.15.0-rc2 entry for firewall bouncer fix - Updated roadmap to match campaign.html planning: - Phase 4: Beta Testing (Q1 2026) - Phase 5: Crowdfunding (Q2 2026) - Phase 6: Production (Q3-Q4 2026) - Final Delivery (Q4 2027) - Incremented PKG_RELEASE to 2 Co-Authored-By: Claude Opus 4.5 --- package/secubox/luci-app-secubox-portal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/luci-app-secubox-portal/Makefile b/package/secubox/luci-app-secubox-portal/Makefile index 250f4b4c..e03a391d 100644 --- a/package/secubox/luci-app-secubox-portal/Makefile +++ b/package/secubox/luci-app-secubox-portal/Makefile @@ -11,7 +11,7 @@ LUCI_DESCRIPTION:=Unified entry point for all SecuBox applications with tabbed n LUCI_DEPENDS:=+luci-base +luci-theme-secubox LUCI_PKGARCH:=all PKG_VERSION:=1.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=SecuBox Team