mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: activate the Mellanox network driver suite
This builds a family of drivers for various Mellonox cards, sufficient to get a DHCP lease on packet.net Type2/3 machines (see #1245). Signed-off-by: Anil Madhavapeddy <anil@docker.com>
This commit is contained in:
parent
60cae8f3cd
commit
778236fb39
@ -20,12 +20,12 @@ all: bzImage tag
|
|||||||
# IMAGE_VERSION is used to determine if a new image should be pushed to hub.
|
# IMAGE_VERSION is used to determine if a new image should be pushed to hub.
|
||||||
ifdef LTS4.4
|
ifdef LTS4.4
|
||||||
KERNEL_VERSION=4.4.54
|
KERNEL_VERSION=4.4.54
|
||||||
IMAGE_VERSION=$(KERNEL_VERSION)-1
|
IMAGE_VERSION=$(KERNEL_VERSION)-2
|
||||||
IMAGE_MAJOR_VERSION=4.4.x
|
IMAGE_MAJOR_VERSION=4.4.x
|
||||||
DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4 patches-4.4
|
DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4 patches-4.4
|
||||||
else
|
else
|
||||||
KERNEL_VERSION=4.9.15
|
KERNEL_VERSION=4.9.15
|
||||||
IMAGE_VERSION=$(KERNEL_VERSION)-1
|
IMAGE_VERSION=$(KERNEL_VERSION)-2
|
||||||
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
|
||||||
|
@ -1774,7 +1774,7 @@ CONFIG_IXGBEVF=y
|
|||||||
# CONFIG_NET_VENDOR_I825XX is not set
|
# CONFIG_NET_VENDOR_I825XX is not set
|
||||||
# CONFIG_JME is not set
|
# CONFIG_JME is not set
|
||||||
# CONFIG_NET_VENDOR_MARVELL is not set
|
# CONFIG_NET_VENDOR_MARVELL is not set
|
||||||
# CONFIG_NET_VENDOR_MELLANOX is not set
|
CONFIG_NET_VENDOR_MELLANOX=y
|
||||||
# CONFIG_NET_VENDOR_MICREL is not set
|
# CONFIG_NET_VENDOR_MICREL is not set
|
||||||
# CONFIG_NET_VENDOR_MYRI is not set
|
# CONFIG_NET_VENDOR_MYRI is not set
|
||||||
# CONFIG_FEALNX is not set
|
# CONFIG_FEALNX is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user