Merge pull request #1309 from avsm/add-igb-drivers

kernel: add igb and ixgb drivers
This commit is contained in:
Justin Cormack 2017-03-15 14:23:06 +00:00 committed by GitHub
commit 379df0e20d
2 changed files with 6 additions and 6 deletions

View File

@ -20,12 +20,12 @@ all: bzImage push
# IMAGE_VERSION is used to determine if a new image should be pushed to hub.
ifdef LTS4.4
KERNEL_VERSION=4.4.54
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_VERSION=$(KERNEL_VERSION)-1
IMAGE_MAJOR_VERSION=4.4.x
DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4 patches-4.4
else
KERNEL_VERSION=4.9.15
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

@ -1763,10 +1763,10 @@ CONFIG_NET_VENDOR_INTEL=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
CONFIG_IGB=y
CONFIG_IGBVF=y
CONFIG_IXGB=y
CONFIG_IXGBE=y
CONFIG_IXGBEVF=y
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set