From: Bart De Schuymer Date: Fri, 29 Jul 2011 14:40:30 +0000 (+0200) Subject: netfilter: ebtables: fix ebtables build dependency X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9823d9ff483af4ce8804a9eb69600ca739cd1f58;p=deliverable%2Flinux.git netfilter: ebtables: fix ebtables build dependency The configuration of ebtables shouldn't depend on CONFIG_BRIDGE_NETFILTER, only on CONFIG_NETFILTER. Reported-by: Sébastien Laveze Signed-off-by: Bart De Schuymer Signed-off-by: Patrick McHardy --- diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig index ba6f73eb06c6..a9aff9c7d027 100644 --- a/net/bridge/netfilter/Kconfig +++ b/net/bridge/netfilter/Kconfig @@ -4,7 +4,7 @@ menuconfig BRIDGE_NF_EBTABLES tristate "Ethernet Bridge tables (ebtables) support" - depends on BRIDGE && BRIDGE_NETFILTER + depends on BRIDGE && NETFILTER select NETFILTER_XTABLES help ebtables is a general, extensible frame/packet identification