From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarek Poplawski Subject: Re: Fw: [Bugme-new] [Bug 7179] New: Compilation of .tmp_linux1 fails due to missing declaration in net/netfilter/xt_physdev.c Date: Fri, 22 Sep 2006 10:41:08 +0200 Message-ID: <20060922084108.GB6820@ff.dom.local> References: <20060921153701.2c49e331.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org Return-path: Received: from mx10.go2.pl ([193.17.41.74]:34212 "EHLO poczta.o2.pl") by vger.kernel.org with ESMTP id S1750891AbWIVIhB (ORCPT ); Fri, 22 Sep 2006 04:37:01 -0400 To: Andrew Morton Content-Disposition: inline In-Reply-To: <20060921153701.2c49e331.akpm@osdl.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 22-09-2006 00:37, Andrew Morton wrote: > Methinks CONFIG_NETFILTER_XT_TARGET_CLASSIFY should depend upon > CONFIG_BRIDGE_NETFILTER. Because brnf_deferred_hooks is defined in > net/bridge/br_netfilter.c and is referred to in net/netfilter/xt_physdev.c. > > Or something else ;) ... > I am unsure of which kernel .config parameter is sparking this. My .config > can be found here: http://www.animeforum.com/jakiao/misato.config I don't see CONFIG_BRIDGE set in this misato.config, so CONFIG_BRIDGE_NETFILTER was set in some unofficial way. Jarek P.