diff --git a/firewallmngr/Makefile b/firewallmngr/Makefile
index a689c714ac457de546e3826abffe8fd923c279b0..5d4572d5a7d6a81381006e73ffde94ec8518e3dc 100644
--- a/firewallmngr/Makefile
+++ b/firewallmngr/Makefile
@@ -29,7 +29,7 @@ define Package/firewallmngr
   CATEGORY:=Network
   TITLE:=Package to add Device.Firewall and Device.NAT. data model support.
   DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +firewall
-  DEPENDS+=+FIREWALLMNGR_PORT_TRIGGER:kmod-ipt-trigger +FIREWALLMNGR_PORT_TRIGGER:kmod-ip6t-trigger
+  DEPENDS+=+FIREWALLMNGR_PORT_TRIGGER:iptables-mod-trigger
   DEPENDS+=+FIREWALLMNGR_PORT_TRIGGER:iptables-mod-nfqueue
   DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service
 endef
diff --git a/port-trigger/Makefile b/port-trigger/Makefile
index 42a89969cca3dbf2b34251d3d3a5367dfe4ef1e1..f97409e7f22fdac43080053d8a3b707c57e53235 100644
--- a/port-trigger/Makefile
+++ b/port-trigger/Makefile
@@ -26,7 +26,7 @@ define Package/port-trigger
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Port Trigger Daemon
-  DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +kmod-ipt-trigger +kmod-ip6t-trigger +iptables-mod-nfqueue
+  DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +iptables-mod-trigger +iptables-mod-nfqueue
   DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service
 endef