aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McHardy <[email protected]>2008-04-19 17:52:51 -0700
committerDavid S. Miller <[email protected]>2008-04-19 17:52:51 -0700
commit4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d (patch)
treeed840a645ae653839b972690cd0d3f989f180398
parent3925e6fc1f774048404fdd910b0345b06c699eb4 (diff)
netfilter: Fix SCTP nat build.
We need to select LIBCRC32C. Signed-off-by: Patrick McHardy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/ipv4/netfilter/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 0c95cd5872f3..2767841a8cef 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -259,6 +259,7 @@ config NF_NAT_PROTO_SCTP
tristate
default NF_NAT && NF_CT_PROTO_SCTP
depends on NF_NAT && NF_CT_PROTO_SCTP
+ select LIBCRC32C
config NF_NAT_FTP
tristate