From 2a9012763e721d9d3a7895a7694d02ecceee5ff1 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 13 Mar 2024 10:26:09 +0530 Subject: [PATCH] ipt-trigger: fix compilation --- ipt-trigger/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipt-trigger/Makefile b/ipt-trigger/Makefile index 624ed0a5c..77d5d21d2 100644 --- a/ipt-trigger/Makefile +++ b/ipt-trigger/Makefile @@ -15,6 +15,7 @@ define KernelPackage/ipt-trigger SUBMENU:=Other modules TITLE:=Kernel module for iptables port trigger FILES:=$(PKG_BUILD_DIR)/ipv4/ipt_TRIGGER.ko + DEPENDS+=+kmod-nf-nat +xtables-legacy AUTOLOAD:=$(call AutoLoad,30,ipt_TRIGGER,1) KCONFIG:= endef @@ -22,7 +23,7 @@ endef define KernelPackage/ip6t-trigger SUBMENU:=Other modules TITLE:=Kernel module for ip6tables port trigger - DEPENDS+=+(TARGET_brcmbca):kmod-nf-nat + DEPENDS+=+kmod-nf-nat +xtables-legacy FILES:=$(PKG_BUILD_DIR)/ipv6/ip6t_TRIGGER.ko AUTOLOAD:=$(call AutoLoad,30,ip6t_TRIGGER,1) KCONFIG:=