]> git.karo-electronics.de Git - mv-sheeva.git/commit
[NETFILTER]: Kconfig: fix xt_physdev dependencies
authorPatrick McHardy <kaber@trash.net>
Mon, 2 Oct 2006 23:10:47 +0000 (16:10 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 4 Oct 2006 07:30:53 +0000 (00:30 -0700)
commitf1da70632fa0875f80fc60991a010c31f40983ff
tree3a6dda89ce1a62d0830bd820bbed00551e5c47e8
parent78b656b8bf933101b42409b4492734b23427bfc3
[NETFILTER]: Kconfig: fix xt_physdev dependencies

xt_physdev depends on bridge netfilter, which is a boolean, but can still
be built modular because of special handling in the bridge makefile. Add
a dependency on BRIDGE to prevent XT_MATCH_PHYSDEV=y, BRIDGE=m.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/Kconfig