From 58dd0b9d5c759e8efa8a36ca39aa91b4722269da Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Tue, 23 Dec 2025 11:19:07 +0100 Subject: [PATCH] firewallmngr: Depend on firewall4 instead of 3 Firewall3 (package firewall) is deprecated. Move to the nftables-based fw4. Signed-off-by: Andreas Gnau --- firewallmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewallmngr/Makefile b/firewallmngr/Makefile index dfbe9da92..9573112a2 100644 --- a/firewallmngr/Makefile +++ b/firewallmngr/Makefile @@ -28,7 +28,7 @@ define Package/firewallmngr SECTION:=net CATEGORY:=Network TITLE:=Package to add Device.Firewall and Device.NAT. data model support. - DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +firewall + DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +firewall4 DEPENDS+=+FIREWALLMNGR_PORT_TRIGGER:iptables-mod-trigger DEPENDS+=+FIREWALLMNGR_PORT_TRIGGER:iptables-mod-nfqueue DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service