Skip to content

Commit

Permalink
netfilter: Fix SCTP nat build.
Browse files Browse the repository at this point in the history
We need to select LIBCRC32C.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 20, 2008
1 parent 3925e6f commit 4e9d8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e9d8a7

Please sign in to comment.