diff options
author | Patrick McHardy <kaber@trash.net> | 2008-04-20 02:52:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-20 02:52:51 +0200 |
commit | 4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d (patch) | |
tree | ed840a645ae653839b972690cd0d3f989f180398 /net | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... (diff) | |
download | linux-4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d.tar.xz linux-4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d.zip |
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 |