1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 03:41:54 +00:00

Fix netfilter changes

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-09-29 20:55:52 +02:00
parent 537ad31a81
commit 483989b38c

View file

@ -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))