The patch titled configure-out-ethtool-support-fix has been removed from the -mm tree. Its filename was configure-out-ethtool-support-fix.patch This patch was dropped because it was folded into configure-out-ethtool-support.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: configure-out-ethtool-support-fix From: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Make sure ETHTOOL support is selected when bonding and bridging are requested. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Matt Mackall <mpm@xxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 1 + net/bridge/Kconfig | 1 + 2 files changed, 2 insertions(+) diff -puN drivers/net/Kconfig~configure-out-ethtool-support-fix drivers/net/Kconfig --- a/drivers/net/Kconfig~configure-out-ethtool-support-fix +++ a/drivers/net/Kconfig @@ -61,6 +61,7 @@ config DUMMY config BONDING tristate "Bonding driver support" depends on INET + select ETHTOOL ---help--- Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet Channels together. This is called 'Etherchannel' by Cisco, diff -puN net/bridge/Kconfig~configure-out-ethtool-support-fix net/bridge/Kconfig --- a/net/bridge/Kconfig~configure-out-ethtool-support-fix +++ a/net/bridge/Kconfig @@ -6,6 +6,7 @@ config BRIDGE tristate "802.1d Ethernet Bridging" select LLC select STP + select ETHTOOL ---help--- If you say Y here, then your Linux box will be able to act as an Ethernet bridge, which means that the different Ethernet segments it _ Patches currently in -mm which might be from thomas.petazzoni@xxxxxxxxxxxxxxxxxx are origin.patch configure-out-igmp-support.patch configure-out-ethtool-support.patch configure-out-ethtool-support-fix.patch configure-out-file-locking-features.patch configure-out-aio-support.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html