diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 12:45:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 12:45:25 +0000 |
commit | d29fc40039748f3c1eb9ecf4e798dee7cd7c9441 (patch) | |
tree | b424a8c0beafb9e516ef7926b6c5d7391cc04bb0 /target/linux/x86/xen_domu | |
parent | 34106f4a1ad3956963068167861d10e34178022a (diff) | |
download | upstream-d29fc40039748f3c1eb9ecf4e798dee7cd7c9441.tar.gz upstream-d29fc40039748f3c1eb9ecf4e798dee7cd7c9441.tar.bz2 upstream-d29fc40039748f3c1eb9ecf4e798dee7cd7c9441.zip |
x86: Compile xen-pci-frontend as module
modified version of -> http://patchwork.openwrt.org/patch/5535/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40947
Diffstat (limited to 'target/linux/x86/xen_domu')
-rw-r--r-- | target/linux/x86/xen_domu/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/xen_domu/config-3.10 b/target/linux/x86/xen_domu/config-3.10 index 4b7c80fc98..fc86036b5f 100644 --- a/target/linux/x86/xen_domu/config-3.10 +++ b/target/linux/x86/xen_domu/config-3.10 @@ -69,7 +69,7 @@ CONFIG_XEN_GRANT_DEV_ALLOC=m CONFIG_XEN_HAVE_PVMMU=y CONFIG_XEN_MAX_DOMAIN_MEMORY=64 # CONFIG_XEN_NETDEV_FRONTEND is not set -CONFIG_XEN_PCIDEV_FRONTEND=y +# CONFIG_XEN_PCIDEV_FRONTEND is not set CONFIG_XEN_PRIVCMD=m # CONFIG_XEN_PRIVILEGED_GUEST is not set CONFIG_XEN_PVHVM=y |