Jarek Poplawski wrote: > On Fri, Sep 22, 2006 at 12:15:43PM +0200, Patrick McHardy wrote: > ... > >>We should fix the physdev dependencies since this is what is causing >>problems. > > ... > >> config NETFILTER_XT_MATCH_PHYSDEV >> tristate '"physdev" match support' >>- depends on NETFILTER_XTABLES && BRIDGE_NETFILTER >>+ depends on NETFILTER_XTABLES && BRIDGE && BRIDGE_NETFILTER > > > Sure! But someone may ask what for BRIDGE_NETFILTER depends > on BRIDGE if you should repeat this?
Simply because it really depends on BRIDGE. The reason why we need BRIDGE as dependency here also is because BRIDGE_NETFILTER is a boolean, but may still result in a module because of special logic in the bridge makefile. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html