The configuration of ebtables shouldn't depend on CONFIG_BRIDGE_NETFILTER, only on CONFIG_NETFILTER. Reported-by: Sébastien Laveze <slaveze@xxxxxxxxx> Signed-off-by: Bart De Schuymer <bdschuym@xxxxxxxxxx> --- linux/net/bridge/netfilter/Kconfig.ori 2011-06-29 22:32:38.702734999 +0200 +++ linux/net/bridge/netfilter/Kconfig 2011-06-29 22:33:33.702734999 +0200 @@ -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 -- Bart De Schuymer www.artinalgorithms.be -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html