crowdsec-firewall-bouncer: remove crowdsec package dependency 17986/head
authorKerma Gérald <gandalf@gk2.net>
Tue, 21 Dec 2021 12:34:15 +0000 (13:34 +0100)
committerKerma Gérald <gandalf@gk2.net>
Fri, 4 Mar 2022 12:53:47 +0000 (13:53 +0100)
Remove un-necessary crowdsec package dependency, to be able to use
crowdsec-firewall-bouncer independently from crowdsec local installation.
(with remote API)

Fix issue: https://github.com/openwrt/packages/issues/17406

Description:
  using crowdsec-firewall-bouncer on many OpenWRT devices connected
  with my domain LAPI server (which collect many crowdsec machines,
  mostly nginx), it works great. Actually, crowdsec package is not
  mandatory for that usage, it would be great if it was not a dependency.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
(cherry picked from commit ffd97e173c913e89fcb0d2ab683fac87d03d92b4)
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
net/crowdsec-firewall-bouncer/Makefile

index b1313579a89a5d99bf238b3305506f1d2d79a1e8..52318f5630e64ae47b0202856f6607de127de1b7 100644 (file)
@@ -48,8 +48,7 @@ endef
 define Package/crowdsec-firewall-bouncer
 $(call Package/crowdsec-firewall-bouncer/Default)
   DEPENDS:=@(PACKAGE_iptables||PACKAGE_nftables) \
-       $(GO_ARCH_DEPENDS) \
-       +crowdsec
+       $(GO_ARCH_DEPENDS)
 endef
 
 define Package/golang-crowdsec-firewall-bouncer-dev