fix: remove circular dependency in luci-app-crowdsec-dashboard
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 <noreply@anthropic.com>
This commit is contained in:
parent
e7c9411d79
commit
e7cb0bd36e
@ -17,7 +17,7 @@ PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user