diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-26 10:59:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-26 10:59:10 +0000 |
commit | 0cce61e9112be43c610e76508575acfaca353b58 (patch) | |
tree | bc4cef29e1605bdc7a2792fb6b129f1505b68f80 /target/linux/x86 | |
parent | 29d9f6dc5cbb35891e7bab2a048fd4b488108398 (diff) | |
download | upstream-0cce61e9112be43c610e76508575acfaca353b58.tar.gz upstream-0cce61e9112be43c610e76508575acfaca353b58.tar.bz2 upstream-0cce61e9112be43c610e76508575acfaca353b58.zip |
x86: add missing symbol to xen_domu
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45016 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/xen_domu/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |