diff options
author | John Crispin <john@openwrt.org> | 2015-03-26 10:59:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-26 10:59:10 +0000 |
commit | 67c83a6595d4115af098a0ea070736df61283d74 (patch) | |
tree | 7bce344a278034521bac57b1736b965742f99f99 /target/linux | |
parent | b98c19888373d4adb5c46e61f379d883096ec673 (diff) | |
download | upstream-67c83a6595d4115af098a0ea070736df61283d74.tar.gz upstream-67c83a6595d4115af098a0ea070736df61283d74.tar.bz2 upstream-67c83a6595d4115af098a0ea070736df61283d74.zip |
x86: add missing symbol to xen_domu
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45016
Diffstat (limited to 'target/linux')
-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 |