netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.6.25-git2 fails build (nf_nat_proto_sctp.ko)
       [not found] <200804191329.m3JDTS0m023459@clem.clem-digital.net>
@ 2008-04-19 17:10 ` Patrick McHardy
  2008-04-20  0:52   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2008-04-19 17:10 UTC (permalink / raw)
  To: Pete Clements
  Cc: linux-kernel, David Miller, Linux Netdev List,
	Netfilter Developer Mailing List

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Pete Clements wrote:
> Root device is (3, 1)
> Setup is 11288 bytes (padded to 11776 bytes).
> System is 1162 kB
> CRC 695701be
> Kernel: arch/x86/boot/bzImage is ready  (#4)
>   Building modules, stage 2.
>   MODPOST 132 modules
> ERROR: "crc32c_le" [net/ipv4/netfilter/nf_nat_proto_sctp.ko] undefined!


Sorry about that. We need to select LIBCRC32C.

Signed-off-by: Patrick McHardy <kaber@trash.net>

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 349 bytes --]

diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 0c95cd5..2767841 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: 2.6.25-git2 fails build (nf_nat_proto_sctp.ko)
  2008-04-19 17:10 ` 2.6.25-git2 fails build (nf_nat_proto_sctp.ko) Patrick McHardy
@ 2008-04-20  0:52   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-04-20  0:52 UTC (permalink / raw)
  To: kaber; +Cc: clem, linux-kernel, netdev, netfilter-devel

From: Patrick McHardy <kaber@trash.net>
Date: Sat, 19 Apr 2008 19:10:38 +0200

> Pete Clements wrote:
> > Root device is (3, 1)
> > Setup is 11288 bytes (padded to 11776 bytes).
> > System is 1162 kB
> > CRC 695701be
> > Kernel: arch/x86/boot/bzImage is ready  (#4)
> >   Building modules, stage 2.
> >   MODPOST 132 modules
> > ERROR: "crc32c_le" [net/ipv4/netfilter/nf_nat_proto_sctp.ko] undefined!
> 
> 
> Sorry about that. We need to select LIBCRC32C.
> 
> Signed-off-by: Patrick McHardy <kaber@trash.net>

Applied, t hanks Patrick.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-20  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200804191329.m3JDTS0m023459@clem.clem-digital.net>
2008-04-19 17:10 ` 2.6.25-git2 fails build (nf_nat_proto_sctp.ko) Patrick McHardy
2008-04-20  0:52   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).