From: Randy Dunlap Date: Wed, 3 Mar 2010 09:23:22 +0000 (-0800) Subject: bridge: depends on INET X-Git-Tag: v2.6.34-rc2~48^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cd4efddc4512ccbd9fe317f688f361605ca0c88;p=karo-tx-linux.git bridge: depends on INET br_multicast calls ip_send_check(), so it should depend on INET. built-in: br_multicast.c:(.text+0x88cf4): undefined reference to `ip_send_check' or modular: ERROR: "ip_send_check" [net/bridge/bridge.ko] undefined! Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index 19a6b9629c51..d115d5cea5b6 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig @@ -35,6 +35,7 @@ config BRIDGE config BRIDGE_IGMP_SNOOPING bool "IGMP snooping" depends on BRIDGE + depends on INET default y ---help--- If you say Y here, then the Ethernet bridge will be able selectively