mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel Enable support for RTL8139 NIC
This is the default NIC provided by virt-install, I think it is also pretty common on other virtualisation platforms since both the drivers and the emulation are pretty widespread (IIRC Xen HVM guests used to get this by default, and may still do). Personally I'd probably try and remember to switch to virtio (or even e1000) in preference, but that's one more thing to do. Bump the image number. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
parent
5e293f8479
commit
80b3f45973
@ -31,7 +31,7 @@ IMAGE_MAJOR_VERSION=4.10.x
|
||||
DEPS=Dockerfile.4.10 Makefile kernel_config kernel_config.debug patches-4.10
|
||||
else
|
||||
KERNEL_VERSION=4.9.19
|
||||
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
|
||||
|
@ -1700,6 +1700,7 @@ CONFIG_FUSION_MAX_SGE=128
|
||||
# CONFIG_FIREWIRE_NOSY is not set
|
||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||
CONFIG_NETDEVICES=y
|
||||
CONFIG_MII=y
|
||||
CONFIG_NET_CORE=y
|
||||
CONFIG_BONDING=y
|
||||
CONFIG_DUMMY=y
|
||||
@ -1794,7 +1795,10 @@ CONFIG_NET_VENDOR_NETRONOME=y
|
||||
# CONFIG_NET_PACKET_ENGINE is not set
|
||||
# CONFIG_NET_VENDOR_QLOGIC is not set
|
||||
# CONFIG_NET_VENDOR_QUALCOMM is not set
|
||||
# CONFIG_NET_VENDOR_REALTEK is not set
|
||||
CONFIG_NET_VENDOR_REALTEK=y
|
||||
CONFIG_8139CP=y
|
||||
# CONFIG_8139TOO is not set
|
||||
# CONFIG_R8169 is not set
|
||||
# CONFIG_NET_VENDOR_RENESAS is not set
|
||||
# CONFIG_NET_VENDOR_RDC is not set
|
||||
# CONFIG_NET_VENDOR_ROCKER is not set
|
||||
|
Loading…
Reference in New Issue
Block a user