From edb4b4de50a767099beace1c2138301182af0f08 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 27 Mar 2017 15:27:53 -0400 Subject: [PATCH] enable raw sockets and the qemu network driver --- config/linux.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/linux.config b/config/linux.config index 9756960..6842ec7 100644 --- a/config/linux.config +++ b/config/linux.config @@ -578,7 +578,8 @@ CONFIG_NET=y # # Networking options # -# CONFIG_PACKET is not set +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set # CONFIG_UNIX is not set # CONFIG_XFRM_USER is not set # CONFIG_NET_KEY is not set @@ -1027,7 +1028,7 @@ 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_E1000=y CONFIG_E1000E=y CONFIG_E1000E_HWTS=y # CONFIG_IGB is not set