commit | f1da70632fa0875f80fc60991a010c31f40983ff | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Oct 02 16:10:47 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 04 00:30:53 2006 -0700 |
tree | 3a6dda89ce1a62d0830bd820bbed00551e5c47e8 | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 [diff] |
[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>