From 3a7c4119ffb271c95b8df441744f6a4442339c12 Mon Sep 17 00:00:00 2001 From: Markus Gothe Date: Thu, 20 Feb 2025 13:59:21 +0100 Subject: [PATCH] ipt-trigger: Clean up dependencies. --- ipt-trigger/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:=