From: Arne Fitzenreiter Date: Sun, 29 Mar 2015 17:38:12 +0000 (+0200) Subject: kernel: disable igb vendor modul build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b63c35cae117ed4fb0871955b741016915ba61da;p=people%2Fms%2Fipfire-2.x.git kernel: disable igb vendor modul build the igb that is included to driver backports seems to be better. --- diff --git a/make.sh b/make.sh index 4deb3c8827..0326a90648 100755 --- 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" ;;