From fcc8119906bdfa54129422c1bb4d96a52cf0c5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Mon, 28 Nov 2022 19:38:11 +0100 Subject: [PATCH] bsp/x86-64: Include vmxnet3 driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse --- bsp/x86-64/.config | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/x86-64/.config b/bsp/x86-64/.config index 79e3255c..a9cf70ce 100644 --- a/bsp/x86-64/.config +++ b/bsp/x86-64/.config @@ -14,5 +14,6 @@ CONFIG_TARGET_PER_DEVICE_ROOTFS=y # CONFIG_BUSYBOX_CONFIG_FEATURE_NTPD_SERVER is not set CONFIG_CLEAN_IPKG=y # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_kmod-vmxnet3=y CONFIG_PACKAGE_opkg=m CONFIG_STRIP_KERNEL_EXPORTS=y