From: Thomas Graf Date: Thu, 3 Mar 2011 23:35:07 +0000 (+0000) Subject: net: Enter net/ipv6/ even if CONFIG_IPV6=n X-Git-Tag: v2.6.38~22^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea6d8c446752008df7f37867f0cf7483533b05e;p=pandora-kernel.git net: Enter net/ipv6/ even if CONFIG_IPV6=n exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which must be made available even if IPv6 is disabled. net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n but net/Makefile prevents entering the subdirectory. Signed-off-by: Thomas Graf Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed