mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-07-28 17:32:53 +00:00
kernel: add igb and ixgb drivers, with vf variants
This lets us boot on packet.net machines and successfully gives a DHCP lease when installed via iPXE. See #1245 Signed-off-by: Anil Madhavapeddy <anil@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user