]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NETFILTER: Kconfig: fix xt_physdev dependencies
authorPatrick McHardy <kaber@trash.net>
Sat, 24 Mar 2007 20:18:01 +0000 (21:18 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 24 Mar 2007 20:18:01 +0000 (21:18 +0100)
commit1bed543f180803523b5baa5b10e9432ea2de5afb
tree0cdd9f8bd380e50a816109a97c6d80934ff179e5
parentde37843b235a600c2402a44ab235d0d1634f82ca
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: Adrian Bunk <bunk@stusta.de>
net/netfilter/Kconfig