From: Randy Dunlap Date: Tue, 17 Jun 2008 23:16:13 +0000 (-0700) Subject: bridge: fix IPV6=n build X-Git-Tag: v2.6.27-rc1~969^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f586287e0fed366d80822666f70487472ab8793a;p=pandora-kernel.git bridge: fix IPV6=n build Fix bridge netfilter code so that it uses CONFIG_IPV6 as needed: net/built-in.o: In function `ebt_filter_ip6': ebt_ip6.c:(.text+0x87c37): undefined reference to `ipv6_skip_exthdr' net/built-in.o: In function `ebt_log_packet': ebt_log.c:(.text+0x88dee): undefined reference to `ipv6_skip_exthdr' make[1]: *** [.tmp_vmlinux1] Error 1 Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed