]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
e1000e: disabled vendor modul on kirkwood.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 23 Jun 2013 06:37:06 +0000 (08:37 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 23 Jun 2013 06:37:06 +0000 (08:37 +0200)
e1000e vendor driver does not build with a error at power management. So we use the default kernel driver on this platform.

make.sh

diff --git a/make.sh b/make.sh
index f3c4a58ebf3bd85701863206d693f0cb649a9dce..9d93f071e3c0a8bce7170bba7304c92bd9d2a90d 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -442,7 +442,7 @@ buildipfire() {
     ipfiremake r8169                   KCFG="-kirkwood"
     ipfiremake r8168                   KCFG="-kirkwood"
     ipfiremake r8101                   KCFG="-kirkwood"
-    ipfiremake e1000e                  KCFG="-kirkwood"
+#    ipfiremake e1000e                 KCFG="-kirkwood"
     ipfiremake igb                     KCFG="-kirkwood"
 
   fi