From e7cb0bd36ec081a9357e795bb92a18b103a44036 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 4 Jan 2026 08:35:11 +0100 Subject: [PATCH] fix: remove circular dependency in luci-app-crowdsec-dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed hard dependency on crowdsec package to fix recursive dependency error: - luci-app-crowdsec-dashboard previously depended on crowdsec - This created circular dependency with secubox-app-crowdsec CrowdSec should be installed separately or via catalog if needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- package/secubox/luci-app-crowdsec-dashboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/luci-app-crowdsec-dashboard/Makefile b/package/secubox/luci-app-crowdsec-dashboard/Makefile index 7d8dc8af..62c7cef9 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/Makefile +++ b/package/secubox/luci-app-crowdsec-dashboard/Makefile @@ -17,7 +17,7 @@ PKG_MAINTAINER:=CyberMind LUCI_TITLE:=LuCI CrowdSec Dashboard LUCI_DESCRIPTION:=Real-time security monitoring dashboard for CrowdSec on OpenWrt -LUCI_DEPENDS:=+luci-base +luci-app-secubox +crowdsec +luci-lib-jsonc +rpcd +rpcd-mod-luci +LUCI_DEPENDS:=+luci-base +luci-app-secubox +luci-lib-jsonc +rpcd +rpcd-mod-luci LUCI_PKGARCH:=all