diff options
author | Patrick McHardy <kaber@trash.net> | 2008-04-19 20:52:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-19 20:52:51 -0400 |
commit | 4e9d8a70e4a48e146a0eaaa5a666f0a4889d873d (patch) | |
tree | ed840a645ae653839b972690cd0d3f989f180398 /net/ipv4 | |
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/ipv4')
-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 | |||
259 | tristate | 259 | tristate |
260 | default NF_NAT && NF_CT_PROTO_SCTP | 260 | default NF_NAT && NF_CT_PROTO_SCTP |
261 | depends on NF_NAT && NF_CT_PROTO_SCTP | 261 | depends on NF_NAT && NF_CT_PROTO_SCTP |
262 | select LIBCRC32C | ||
262 | 263 | ||
263 | config NF_NAT_FTP | 264 | config NF_NAT_FTP |
264 | tristate | 265 | tristate |