diff --git a/ipt-trigger/Makefile b/ipt-trigger/Makefile index 841da69b3..fabff09d7 100644 --- a/ipt-trigger/Makefile +++ b/ipt-trigger/Makefile @@ -24,7 +24,7 @@ define KernelPackage/ipt-trigger SUBMENU:=Other modules TITLE:=Kernel module for iptables port trigger FILES:=$(PKG_BUILD_DIR)/src/ipv4/ipt_TRIGGER.ko - DEPENDS+=+kmod-nf-nat +xtables-legacy + DEPENDS+=+kmod-nf-nat AUTOLOAD:=$(call AutoLoad,30,ipt_TRIGGER,1) KCONFIG:= endef @@ -32,7 +32,7 @@ endef define KernelPackage/ip6t-trigger SUBMENU:=Other modules TITLE:=Kernel module for ip6tables port trigger - DEPENDS+=+kmod-nf-nat +xtables-legacy + DEPENDS+=+kmod-nf-nat FILES:=$(PKG_BUILD_DIR)/src/ipv6/ip6t_TRIGGER.ko AUTOLOAD:=$(call AutoLoad,30,ip6t_TRIGGER,1) KCONFIG:=