[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200811141629.32474.mb@bu3sch.de>
Date: Fri, 14 Nov 2008 16:29:32 +0100
From: Michael Buesch <mb@...sch.de>
To: stable@...nel.org
Cc: Francois Romieu <romieu@...zoreil.com>, netdev@...r.kernel.org
Subject: [PATCH stable] r8169: Fix MII compilation error
This fixes a compilation error (undefined MII symbols), if
CONFIG_MII is not selected.
Signed-off-by: Michael Buesch <mb@...sch.de>
---
This fix already is in Linus' tree and I think it's a -stable candidate,
as I just hit the bug while trying to compile 2.6.27.6.
Index: linux-2.6.27.6/drivers/net/Kconfig
===================================================================
--- linux-2.6.27.6.orig/drivers/net/Kconfig 2008-11-14 17:34:43.000000000 +0100
+++ linux-2.6.27.6/drivers/net/Kconfig 2008-11-14 17:35:08.000000000 +0100
@@ -2046,6 +2046,7 @@
tristate "Realtek 8169 gigabit ethernet support"
depends on PCI
select CRC32
+ select MII
---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
--
Greetings Michael.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists