From: Patrick McHardy Date: Mon, 2 Oct 2006 23:10:47 +0000 (-0700) Subject: [NETFILTER]: Kconfig: fix xt_physdev dependencies X-Git-Tag: v2.6.19-rc1~33^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1da70632fa0875f80fc60991a010c31f40983ff;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed