ctinfo: remove ipt deps
authorKevin Darbyshire-Bryant <[email protected]>
Fri, 16 Sep 2022 18:57:54 +0000 (19:57 +0100)
committerKevin Darbyshire-Bryant <[email protected]>
Fri, 5 Dec 2025 17:40:48 +0000 (17:40 +0000)
Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
package/kernel/linux/modules/netsupport.mk

index 7ae729f6ba4252b005b1d727eccfa52dbab80946..b019457c8984f48ac75d920ce148c28ef1b771e3 100644 (file)
@@ -839,7 +839,7 @@ $(eval $(call KernelPackage,sched-connmark))
 define KernelPackage/sched-ctinfo
   SUBMENU:=$(NETWORK_SUPPORT_MENU)
   TITLE:=Traffic shaper ctinfo support
-  DEPENDS:=+kmod-sched-core +kmod-ipt-core +kmod-ipt-conntrack-extra
+  DEPENDS:=+kmod-sched-core +kmod-nft-core
   KCONFIG:=CONFIG_NET_ACT_CTINFO
   FILES:=$(LINUX_DIR)/net/sched/act_ctinfo.ko
   AUTOLOAD:=$(call AutoLoad,71, act_ctinfo)