[openwrt/openwrt] x86: remove built-in vhost-net driver
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 26 05:09:01 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8b1cc1582ad9c9b12d52870e0c7f9cb828aa0fbf
commit 8b1cc1582ad9c9b12d52870e0c7f9cb828aa0fbf
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Tue Aug 22 04:49:32 2023 +0000
x86: remove built-in vhost-net driver
This is now available as a kmod package (kmod-vhost-net).
Signed-off-by: Mathew McBride <matt at traverse.com.au>
---
target/linux/x86/generic/config-5.15 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/target/linux/x86/generic/config-5.15 b/target/linux/x86/generic/config-5.15
index 06f0008021..c10e1b610b 100644
--- a/target/linux/x86/generic/config-5.15
+++ b/target/linux/x86/generic/config-5.15
@@ -399,9 +399,6 @@ CONFIG_TREE_SRCU=y
CONFIG_UCS2_STRING=y
CONFIG_USB_STORAGE=y
CONFIG_USER_RETURN_NOTIFIER=y
-CONFIG_VHOST=y
-CONFIG_VHOST_IOTLB=y
-CONFIG_VHOST_NET=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_BLK=y
More information about the lede-commits
mailing list