[linux] 02/02: netfilter: Fix kconfig values for NF_CT_PROTO_{DCCP, SCTP, UDPLITE}

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jan 28 03:43:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit f988285e045a4093b56dfd9054b9679e5fdff989
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Jan 28 03:42:12 2017 +0000

    netfilter: Fix kconfig values for NF_CT_PROTO_{DCCP,SCTP,UDPLITE}
    
    These are now boolean options for the nf_conntrack module, rather than
    tristates for separate modules.
---
 debian/config/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/config/config b/debian/config/config
index b51910e..db57811 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -6358,9 +6358,9 @@ CONFIG_NF_CONNTRACK_PROCFS=y
 CONFIG_NF_CONNTRACK_EVENTS=y
 CONFIG_NF_CONNTRACK_TIMEOUT=y
 CONFIG_NF_CONNTRACK_TIMESTAMP=y
-CONFIG_NF_CT_PROTO_DCCP=m
-CONFIG_NF_CT_PROTO_SCTP=m
-CONFIG_NF_CT_PROTO_UDPLITE=m
+CONFIG_NF_CT_PROTO_DCCP=y
+CONFIG_NF_CT_PROTO_SCTP=y
+CONFIG_NF_CT_PROTO_UDPLITE=y
 CONFIG_NF_CONNTRACK_AMANDA=m
 CONFIG_NF_CONNTRACK_FTP=m
 CONFIG_NF_CONNTRACK_H323=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list