netfilter: re-enable TEE support for kernel 4.4
It got disabled in commit 4454a3fb63
but works nicely these days.
Tested on cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
d45f81d7b1
commit
71f4d8a095
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ $(eval $(call KernelPackage,ipt-tproxy))
|
||||||
|
|
||||||
define KernelPackage/ipt-tee
|
define KernelPackage/ipt-tee
|
||||||
TITLE:=TEE support
|
TITLE:=TEE support
|
||||||
DEPENDS:=+kmod-ipt-conntrack @!LINUX_4_4
|
DEPENDS:=+kmod-ipt-conntrack
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NETFILTER_XT_TARGET_TEE
|
CONFIG_NETFILTER_XT_TARGET_TEE
|
||||||
FILES:= \
|
FILES:= \
|
||||||
|
|
Loading…
Reference in a new issue