Merge pull request #1466 from justincormack/ena

Add support for AWS ENA network driver
This commit is contained in:
Justin Cormack 2017-04-03 12:25:48 +01:00 committed by GitHub
commit 07dc850a73
2 changed files with 3 additions and 3 deletions

View File

@ -26,12 +26,12 @@ DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4
else
ifeq ($(KERNEL),v4.10)
KERNEL_VERSION=4.10.8
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_VERSION=$(KERNEL_VERSION)-1
IMAGE_MAJOR_VERSION=4.10.x
DEPS=Dockerfile.4.10 Makefile kernel_config kernel_config.debug patches-4.10
else
KERNEL_VERSION=4.9.20
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_VERSION=$(KERNEL_VERSION)-1
IMAGE_MAJOR_VERSION=4.9.x
DEPS=Dockerfile Makefile kernel_config kernel_config.debug patches-4.9
endif

View File

@ -1741,7 +1741,7 @@ CONFIG_MDIO=y
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_ENA_ETHERNET=y
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set