From c8b5ffcef022f25dae784ca328ebc7cd9d27c725 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 8 Jul 2016 16:26:16 +0100 Subject: [PATCH] add e1000 drivers, allows qemu default setup to find an ethernet, and used frequently in emulated environments Signed-off-by: Justin Cormack --- alpine/kernel/kernel_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/kernel/kernel_config b/alpine/kernel/kernel_config index 2fad3c950..6b0707313 100644 --- a/alpine/kernel/kernel_config +++ b/alpine/kernel/kernel_config @@ -1654,8 +1654,8 @@ CONFIG_ETHERNET=y # CONFIG_NET_VENDOR_HP is not set CONFIG_NET_VENDOR_INTEL=y # CONFIG_E100 is not set -# CONFIG_E1000 is not set -# CONFIG_E1000E is not set +CONFIG_E1000=y +CONFIG_E1000E=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IXGB is not set