From: Randy Dunlap Date: Thu, 10 Mar 2011 21:45:57 +0000 (-0800) Subject: net: bridge builtin vs. ipv6 modular X-Git-Tag: v2.6.38~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbcdf22f500ac6e4ec06485341024739b9dc241;p=pandora-kernel.git net: bridge builtin vs. ipv6 modular When configs BRIDGE=y and IPV6=m, this build error occurs: br_multicast.c:(.text+0xa3341): undefined reference to `ipv6_dev_get_saddr' BRIDGE_IGMP_SNOOPING is boolean; if it were tristate, then adding depends on IPV6 || IPV6=n to BRIDGE_IGMP_SNOOPING would be a good fix. As it is currently, making BRIDGE depend on the IPV6 config works. Reported-by: Patrick Schaaf Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed