* [PATCH] net/bridge/netfilter: Fix the randconfig warning
@ 2012-05-14 19:30 Devendra Naga
2012-05-17 7:21 ` [Bridge] " Bart De Schuymer
0 siblings, 1 reply; 2+ messages in thread
From: Devendra Naga @ 2012-05-14 19:30 UTC (permalink / raw)
To: Pablo Neira Ayuso, Patrick McHardy, Stephen Hemminger,
David S. Miller, netfilter-devel, netfilter, coreteam, bridge,
netdev
Cc: Devendra Naga
when ran with make randconfig got
warning: (BRIDGE_NF_EBTABLES) selects NETFILTER_XTABLES which has unmet direct dependencies (NET && INET && NETFILTER)
added NET && INET && NETFILTER dependency to the BRIDGE_NF_EBTABLES
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
---
net/bridge/netfilter/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig
index a9aff9c..34f6d9d 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 && NETFILTER
+ depends on NET && INET && BRIDGE && NETFILTER
select NETFILTER_XTABLES
help
ebtables is a general, extensible frame/packet identification
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Bridge] [PATCH] net/bridge/netfilter: Fix the randconfig warning
2012-05-14 19:30 [PATCH] net/bridge/netfilter: Fix the randconfig warning Devendra Naga
@ 2012-05-17 7:21 ` Bart De Schuymer
0 siblings, 0 replies; 2+ messages in thread
From: Bart De Schuymer @ 2012-05-17 7:21 UTC (permalink / raw)
To: Devendra Naga
Cc: Pablo Neira Ayuso, Patrick McHardy, Stephen Hemminger,
David S. Miller, netfilter-devel, netfilter, coreteam, bridge,
netdev
Op 14/05/2012 21:30, Devendra Naga schreef:
> when ran with make randconfig got
>
> warning: (BRIDGE_NF_EBTABLES) selects NETFILTER_XTABLES which has unmet direct dependencies (NET&& INET&& NETFILTER)
>
> added NET&& INET&& NETFILTER dependency to the BRIDGE_NF_EBTABLES
I really don't see why ebtables should depend on INET. To me the issue
lies in the fact that xtables depends on INET.
Bart
--
Bart De Schuymer
www.artinalgorithms.be
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-17 7:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 19:30 [PATCH] net/bridge/netfilter: Fix the randconfig warning Devendra Naga
2012-05-17 7:21 ` [Bridge] " Bart De Schuymer
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).