[openwrt/openwrt] x86: remove built-in vhost-net driver

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 16 12:03:12 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/c90005c58a90337454a4a1796f5f1d7065c45a7b

commit c90005c58a90337454a4a1796f5f1d7065c45a7b
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>
    (cherry picked from commit 8b1cc1582ad9c9b12d52870e0c7f9cb828aa0fbf)
---
 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 4312c527c8..4b513f64ad 100644
--- a/target/linux/x86/generic/config-5.15
+++ b/target/linux/x86/generic/config-5.15
@@ -400,9 +400,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