]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: disable igb vendor modul build
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 29 Mar 2015 17:38:12 +0000 (19:38 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 29 Mar 2015 17:38:12 +0000 (19:38 +0200)
the igb that is included to driver backports seems to be better.

make.sh

diff --git a/make.sh b/make.sh
index 4deb3c88273cb8a41ace11372337cc3470ad67bd..0326a90648b4e4361398c56f87502a484573851b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -411,7 +411,7 @@ buildipfire() {
                ipfiremake backports                    KCFG="-pae"
                ipfiremake cryptodev                    KCFG="-pae"
                ipfiremake e1000e                       KCFG="-pae"
-               ipfiremake igb                          KCFG="-pae"
+#              ipfiremake igb                          KCFG="-pae"
                ipfiremake ixgbe                        KCFG="-pae"
                ipfiremake linux-initrd                 KCFG="-pae"
 
@@ -420,7 +420,7 @@ buildipfire() {
                ipfiremake backports                    KCFG=""
                ipfiremake cryptodev                    KCFG=""
                ipfiremake e1000e                       KCFG=""
-               ipfiremake igb                          KCFG=""
+#              ipfiremake igb                          KCFG=""
                ipfiremake ixgbe                        KCFG=""
                ipfiremake linux-initrd                 KCFG=""
                ;;
@@ -437,7 +437,7 @@ buildipfire() {
                ipfiremake backports                    KCFG="-multi"
                ipfiremake cryptodev                    KCFG="-multi"
                ipfiremake e1000e                       KCFG="-multi"
-               ipfiremake igb                          KCFG="-multi"
+#              ipfiremake igb                          KCFG="-multi"
                ipfiremake ixgbe                        KCFG="-multi"
                ipfiremake linux-initrd                 KCFG="-multi"
 
@@ -446,7 +446,7 @@ buildipfire() {
                ipfiremake backports                    KCFG="-kirkwood"
                ipfiremake cryptodev                    KCFG="-kirkwood"
                ipfiremake e1000e                       KCFG="-kirkwood"
-               ipfiremake igb                          KCFG="-kirkwood"
+#              ipfiremake igb                          KCFG="-kirkwood"
                ipfiremake ixgbe                        KCFG="-kirkwood"
                ipfiremake linux-initrd                 KCFG="-kirkwood"
                ;;