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:
parent
537ad31a81
commit
483989b38c
1 changed files with 1 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue