ChangeSet 1.2181.22.2, 2005/03/22 17:45:58-05:00, [EMAIL PROTECTED]
[PATCH] bonding needs inet
The bonding driver needs CONFIG_INET, for arp_create(), arp_send(),
arp_xmit().
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
Kconfig | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/net/Kconfig b/drivers/net/Kconfig
--- a/drivers/net/Kconfig 2005-03-29 14:06:06 -08:00
+++ b/drivers/net/Kconfig 2005-03-29 14:06:06 -08:00
@@ -44,6 +44,7 @@
config BONDING
tristate "Bonding driver support"
depends on NETDEVICES
+ depends on INET
---help---
Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
Channels together. This is called 'Etherchannel' by Cisco,
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html