From: Andris PE Date: Mon, 6 Jul 2026 11:45:36 +0000 (+0000) Subject: kernel: minimize kmod-sched-ctinfo dependencies X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1186b585efde2f1ef41de7cdda67202878f34804;p=thirdparty%2Fopenwrt.git kernel: minimize kmod-sched-ctinfo dependencies Do not pull iptables core for kmod-sched-ctinfo, only nf-conntrack, reflecting kernel config dependencies. There is no use of this module in openwrt repos, but it is used by @hudra0 qosmate and some less popular qos scripts. Signed-off-by: Andris PE Link: https://github.com/openwrt/openwrt/pull/24104 Signed-off-by: Jonas Jelonek --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index c4ab8dc2fe7..7f68f333703 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -836,7 +836,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-nf-conntrack KCONFIG:=CONFIG_NET_ACT_CTINFO FILES:=$(LINUX_DIR)/net/sched/act_ctinfo.ko AUTOLOAD:=$(call AutoLoad,71, act_ctinfo)