mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #1466 from justincormack/ena
Add support for AWS ENA network driver
This commit is contained in:
commit
07dc850a73
@ -26,12 +26,12 @@ DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4
|
|||||||
else
|
else
|
||||||
ifeq ($(KERNEL),v4.10)
|
ifeq ($(KERNEL),v4.10)
|
||||||
KERNEL_VERSION=4.10.8
|
KERNEL_VERSION=4.10.8
|
||||||
IMAGE_VERSION=$(KERNEL_VERSION)-0
|
IMAGE_VERSION=$(KERNEL_VERSION)-1
|
||||||
IMAGE_MAJOR_VERSION=4.10.x
|
IMAGE_MAJOR_VERSION=4.10.x
|
||||||
DEPS=Dockerfile.4.10 Makefile kernel_config kernel_config.debug patches-4.10
|
DEPS=Dockerfile.4.10 Makefile kernel_config kernel_config.debug patches-4.10
|
||||||
else
|
else
|
||||||
KERNEL_VERSION=4.9.20
|
KERNEL_VERSION=4.9.20
|
||||||
IMAGE_VERSION=$(KERNEL_VERSION)-0
|
IMAGE_VERSION=$(KERNEL_VERSION)-1
|
||||||
IMAGE_MAJOR_VERSION=4.9.x
|
IMAGE_MAJOR_VERSION=4.9.x
|
||||||
DEPS=Dockerfile Makefile kernel_config kernel_config.debug patches-4.9
|
DEPS=Dockerfile Makefile kernel_config kernel_config.debug patches-4.9
|
||||||
endif
|
endif
|
||||||
|
@ -1741,7 +1741,7 @@ CONFIG_MDIO=y
|
|||||||
# CONFIG_NET_VENDOR_ALTEON is not set
|
# CONFIG_NET_VENDOR_ALTEON is not set
|
||||||
# CONFIG_ALTERA_TSE is not set
|
# CONFIG_ALTERA_TSE is not set
|
||||||
CONFIG_NET_VENDOR_AMAZON=y
|
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_AMD is not set
|
||||||
# CONFIG_NET_VENDOR_ARC is not set
|
# CONFIG_NET_VENDOR_ARC is not set
|
||||||
# CONFIG_NET_VENDOR_ATHEROS is not set
|
# CONFIG_NET_VENDOR_ATHEROS is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user