[Bridge] [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET

2010-03-15 Thread Henrik Kretzschmar
Linking the kernel fails with the the following error message, if CONFIG_BRIDGE_IGMP_SNOOPING is set and CONFIG_INET is not set. net/built-in.o: In function `br_multicast_alloc_query': br_multicast.c:(.text+0x52045): undefined reference to `ip_send_check' This patch is tested. Signed-off-by: Hen

Re: [Bridge] [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET

2010-03-13 Thread David Miller
From: Henrik Kretzschmar Date: Sat, 13 Mar 2010 22:10:11 +0100 > Linking the kernel fails with the the following error message, > if CONFIG_BRIDGE_IGMP_SNOOPING is set and CONFIG_INET is not set. > > net/built-in.o: In function `br_multicast_alloc_query': > br_multicast.c:(.text+0x52045): undefi