netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][RESEND] fix ebtables build dependency
@ 2011-07-17 16:04 Bart De Schuymer
  2011-07-29 14:41 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Bart De Schuymer @ 2011-07-17 16:04 UTC (permalink / raw)
  To: Patrick McHardy, Netfilter Developer Mailing List

The configuration of ebtables shouldn't depend on
CONFIG_BRIDGE_NETFILTER, only on CONFIG_NETFILTER.

Reported-by: Sébastien Laveze <slaveze@gmail.com>
Signed-off-by: Bart De Schuymer <bdschuym@pandora.be> 


--- 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][RESEND] fix ebtables build dependency
  2011-07-17 16:04 [PATCH][RESEND] fix ebtables build dependency Bart De Schuymer
@ 2011-07-29 14:41 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2011-07-29 14:41 UTC (permalink / raw)
  To: Bart De Schuymer; +Cc: Netfilter Developer Mailing List

On 17.07.2011 18:04, Bart De Schuymer wrote:
> The configuration of ebtables shouldn't depend on
> CONFIG_BRIDGE_NETFILTER, only on CONFIG_NETFILTER.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-29 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 16:04 [PATCH][RESEND] fix ebtables build dependency Bart De Schuymer
2011-07-29 14:41 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).