From: Arne Fitzenreiter Date: Sun, 23 Jun 2013 06:37:06 +0000 (+0200) Subject: e1000e: disabled vendor modul on kirkwood. X-Git-Tag: v2.13-core70~14 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=dc735c40c38315b8c11f9c99c22cff9000c286f7;hp=6a9fcb7a73510a49ebe14f951b206733b0faf132 e1000e: disabled vendor modul on kirkwood. e1000e vendor driver does not build with a error at power management. So we use the default kernel driver on this platform. --- diff --git a/make.sh b/make.sh index f3c4a58ebf..9d93f071e3 100755 --- 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