From 483989b38cca7a0303426f458cc9361dd001541c Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 29 Sep 2021 20:55:52 +0200 Subject: [PATCH] Fix netfilter changes --- root/package/kernel/linux/modules/netfilter.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/root/package/kernel/linux/modules/netfilter.mk b/root/package/kernel/linux/modules/netfilter.mk index 496e7382..7d185802 100644 --- a/root/package/kernel/linux/modules/netfilter.mk +++ b/root/package/kernel/linux/modules/netfilter.mk @@ -151,12 +151,10 @@ define KernelPackage/nf-flow KCONFIG:= \ CONFIG_NETFILTER_INGRESS=y \ CONFIG_NF_FLOW_TABLE - CONFIG_NF_FLOW_TABLE_HW DEPENDS:=+kmod-nf-conntrack FILES:= \ $(LINUX_DIR)/net/netfilter/nf_flow_table.ko -# $(if $(CONFIG_LINUX_5_4),$(LINUX_DIR)/net/netfilter/nf_flow_table_hw.ko) - AUTOLOAD:=$(call AutoProbe,nf_flow_table nf_flow_table_hw) + AUTOLOAD:=$(call AutoProbe,nf_flow_table) endef $(eval $(call KernelPackage,nf-flow))