diff options
author | Patrick McHardy <kaber@trash.net> | 2008-04-19 17:52:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-19 17:52:51 -0700 |
commit | 4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d (patch) | |
tree | ed840a645ae653839b972690cd0d3f989f180398 /net | |
parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 (diff) |
netfilter: Fix SCTP nat build.
We need to select LIBCRC32C.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 1 |
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 |