[<prev] [next>] [day] [month] [year] [list]
Message-Id: <aaa1d7ef4e0a6f240b612e5b872d2e23b344c537.1496684088.git.dcaratti@redhat.com>
Date: Mon, 5 Jun 2017 22:33:55 +0200
From: Davide Caratti <dcaratti@...hat.com>
To: linux-kernel@...r.kernel.org, Chris Metcalf <cmetcalf@...lanox.com>
Subject: [PATCH] tile/configs: fix default values for NF_CT_PROTO_*
NF_CT_PROTO_{UDPLITE,DCCP} can't be set to 'm' anymore, since they have
been redefined as 'bool' in v4.10: fix tilepro_defconfig accordingly.
Signed-off-by: Davide Caratti <dcaratti@...hat.com>
---
arch/tile/configs/tilepro_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/tile/configs/tilepro_defconfig b/arch/tile/configs/tilepro_defconfig
index 149d8e8..f424a47 100644
--- a/arch/tile/configs/tilepro_defconfig
+++ b/arch/tile/configs/tilepro_defconfig
@@ -106,8 +106,8 @@ CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_EVENTS=y
-CONFIG_NF_CT_PROTO_DCCP=m
-CONFIG_NF_CT_PROTO_UDPLITE=m
+CONFIG_NF_CT_PROTO_DCCP=y
+CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
--
2.9.4
Powered by blists - more mailing lists