From 859838183e41aeca1602f0fe8c54c59104faf135 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 17 Jul 2009 04:31:13 +0000 Subject: [PATCH] --- linux-2.6-730-igb-driver.patch | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/linux-2.6-730-igb-driver.patch b/linux-2.6-730-igb-driver.patch index f569de22e..2de367056 100644 --- a/linux-2.6-730-igb-driver.patch +++ b/linux-2.6-730-igb-driver.patch @@ -28066,15 +28066,14 @@ diff -Nru vanilla/drivers/net/igb/Makefile~ linux-i686-2.6.22/drivers/net/igb/Ma config ACENIC tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" depends on PCI ---- linux-2.6.22-525/drivers/net/Makefile 2009-07-16 19:36:18.000000000 -0400 -+++ linux-i686-2.6.22/drivers/net/Makefile 2009-07-16 19:38:32.000000000 -0400 -@@ -1,7 +1,8 @@ - # +--- linux-a/drivers/net/Makefile 2009-07-17 00:29:08.000000000 -0400 ++++ linux-b/drivers/net/Makefile 2009-07-17 00:29:37.000000000 -0400 +@@ -2,6 +2,7 @@ # Makefile for the Linux network (ethercard) device drivers. # -- -+obj-m += vnet_tun.o + obj-m += vnet_tun.o +obj-$(CONFIG_IGB) += igb/ obj-$(CONFIG_E1000) += e1000/ obj-$(CONFIG_E1000E) += e1000e/ obj-$(CONFIG_IBM_EMAC) += ibm_emac/ + -- 2.43.0