]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'bnx2-deps'
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Sep 2014 21:45:23 +0000 (17:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Sep 2014 21:45:23 +0000 (17:45 -0400)
Anish Bhatt says:

====================
net: Fix randconfig errros in bnx2i/bnx2fc caused by IPV6

Just like CNIC bnx2i/bnx2fc also have their tristate dependent on IPV6, however
using the same solution as CNIC can cause recursive dependecies during make.

Based on suggestions by Randy Dunlap, SCSI_NETLINK now depends on NET instead
 of selecting NET. Second patch fixes the actual randconfig error.

Entire thread can be followed here : https://lkml.org/lkml/2014/9/9/500

Fixes: c99d667e8527 ("cnic : Cleanup CONFIG_IPV6 & VLAN check")
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge