1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 11:51: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:= \ KCONFIG:= \
CONFIG_NETFILTER_INGRESS=y \ CONFIG_NETFILTER_INGRESS=y \
CONFIG_NF_FLOW_TABLE CONFIG_NF_FLOW_TABLE
CONFIG_NF_FLOW_TABLE_HW
DEPENDS:=+kmod-nf-conntrack DEPENDS:=+kmod-nf-conntrack
FILES:= \ FILES:= \
$(LINUX_DIR)/net/netfilter/nf_flow_table.ko $(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)
AUTOLOAD:=$(call AutoProbe,nf_flow_table nf_flow_table_hw)
endef endef
$(eval $(call KernelPackage,nf-flow)) $(eval $(call KernelPackage,nf-flow))