From 67c83a6595d4115af098a0ea070736df61283d74 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Mar 2015 10:59:10 +0000 Subject: [PATCH] x86: add missing symbol to xen_domu Signed-off-by: John Crispin SVN-Revision: 45016 --- target/linux/x86/xen_domu/config-default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/xen_domu/config-default b/target/linux/x86/xen_domu/config-default index 11ffdab4ad..f2c8ba840f 100644 --- a/target/linux/x86/xen_domu/config-default +++ b/target/linux/x86/xen_domu/config-default @@ -79,6 +79,7 @@ CONFIG_XEN_PRIVCMD=m CONFIG_XEN_PVHVM=y CONFIG_XEN_SAVE_RESTORE=y CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_SCSI_FRONTEND=y CONFIG_XEN_SYS_HYPERVISOR=y # CONFIG_XEN_WDT is not set CONFIG_XEN_XENBUS_FRONTEND=y -- 2.30.2