From dc735c40c38315b8c11f9c99c22cff9000c286f7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 23 Jun 2013 08:37:06 +0200 Subject: [PATCH] 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. --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index f3c4a58eb..9d93f071e 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 -- 2.39.2