From 646c5a73b86f3efbe53d40e47219e97266354b47 Mon Sep 17 00:00:00 2001 From: Nick Wiltshire Date: Sat, 17 Jul 2021 18:14:08 -0600 Subject: [PATCH] fix adv netfilter --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index cc234d7..5f07fd7 100755 --- a/configure.sh +++ b/configure.sh @@ -141,7 +141,7 @@ cd /usr/src/linux; ./scripts/config --enable KEYS # boolean ./scripts/config --module VETH # tristate ./scripts/config --module BRIDGE # tristate -./scripts/config --module NETFILTER_ADVANCED # boolean, implicit requirement for BRIDGE_NETFILTER +./scripts/config --enable NETFILTER_ADVANCED # boolean, implicit requirement for BRIDGE_NETFILTER ./scripts/config --module BRIDGE_NETFILTER # tristate ./scripts/config --module NF_NAT_IPV4 # tristate ./scripts/config --module IP_NF_FILTER # tristate