enable raw sockets and the qemu network driver

This commit is contained in:
Trammell Hudson 2017-03-27 15:27:53 -04:00
parent 48adc3e4cd
commit edb4b4de50
Failed to extract signature

View File

@ -578,7 +578,8 @@ CONFIG_NET=y
# #
# Networking options # Networking options
# #
# CONFIG_PACKET is not set CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
# CONFIG_UNIX is not set # CONFIG_UNIX is not set
# CONFIG_XFRM_USER is not set # CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY 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_HP is not set
CONFIG_NET_VENDOR_INTEL=y CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set # CONFIG_E100 is not set
# CONFIG_E1000 is not set CONFIG_E1000=y
CONFIG_E1000E=y CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set # CONFIG_IGB is not set