git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f277e65
)
net: Enter net/ipv6/ even if CONFIG_IPV6=n
author
Thomas Graf
<tgraf@infradead.org>
Thu, 3 Mar 2011 23:35:07 +0000
(23:35 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Mar 2011 20:50:52 +0000
(12:50 -0800)
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 <tgraf@infradead.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Makefile
patch
|
blob
|
history
diff --cc
net/Makefile
Simple merge