lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Sep 2008 21:49:01 +0100 (BST)
From:	Hugh Dickins <hugh@...itas.com>
To:	Francois Romieu <romieu@...zoreil.com>
cc:	netdev@...r.kernel.org
Subject: [PATCH next] r8169: select MII in Kconfig

drivers/built-in.o: In function `rtl8169_gset_xmii':
r8169.c:(.text+0x82259): undefined reference to `mii_ethtool_gset'
suggests that R8169 now needs to select MII.

Signed-off-by: Hugh Dickins <hugh@...itas.com>
---

 drivers/net/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- 2.6.27-rc5-mm1/drivers/net/Kconfig	2008-09-05 10:07:55.000000000 +0100
+++ linux/drivers/net/Kconfig	2008-09-05 15:20:08.000000000 +0100
@@ -2034,6 +2034,7 @@ config R8169
 	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.
 
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ