[source] sunxi: enable CONFIG_VHOST_NET like on x86

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 24 04:39:12 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f3096e6322751d9d1edf3be0ce10371fa0783ae6

commit f3096e6322751d9d1edf3be0ce10371fa0783ae6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Nov 24 13:25:15 2016 +0100

    sunxi: enable CONFIG_VHOST_NET like on x86
    
    Other virtualization options are already enabled, so this is only a
    small addition
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/sunxi/config-4.4 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4
index 6d5c904..1962f77 100644
--- a/target/linux/sunxi/config-4.4
+++ b/target/linux/sunxi/config-4.4
@@ -516,8 +516,7 @@ CONFIG_VDSO=y
 CONFIG_VECTORS_BASE=0xffff0000
 CONFIG_VFP=y
 CONFIG_VFPv3=y
-# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
-# CONFIG_VHOST_NET is not set
+CONFIG_VHOST_NET=y
 CONFIG_VIRTUALIZATION=y
 CONFIG_VM_EVENT_COUNTERS=y
 CONFIG_VT=y



More information about the lede-commits mailing list