From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760509AbYDSROn (ORCPT ); Sat, 19 Apr 2008 13:14:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754931AbYDSROd (ORCPT ); Sat, 19 Apr 2008 13:14:33 -0400 Received: from stinky.trash.net ([213.144.137.162]:55979 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754201AbYDSROc (ORCPT ); Sat, 19 Apr 2008 13:14:32 -0400 Message-ID: <480A278E.60507@trash.net> Date: Sat, 19 Apr 2008 19:10:38 +0200 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: Pete Clements CC: linux-kernel , David Miller , Linux Netdev List , Netfilter Developer Mailing List Subject: Re: 2.6.25-git2 fails build (nf_nat_proto_sctp.ko) References: <200804191329.m3JDTS0m023459@clem.clem-digital.net> In-Reply-To: <200804191329.m3JDTS0m023459@clem.clem-digital.net> Content-Type: multipart/mixed; boundary="------------010001000407090703000105" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------010001000407090703000105 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------010001000407090703000105 Content-Type: text/plain; name="x" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="x" 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 --------------010001000407090703000105--