diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 12:45:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 12:45:25 +0000 |
commit | d048f53bf4bc9447203c2b0291f5fd5d00a1cda0 (patch) | |
tree | 78491723b95239a8967a1dfc746789c476d9f800 | |
parent | 059736734825e8834b9b72e2725a4d7a01644e92 (diff) | |
download | upstream-d048f53bf4bc9447203c2b0291f5fd5d00a1cda0.tar.gz upstream-d048f53bf4bc9447203c2b0291f5fd5d00a1cda0.tar.bz2 upstream-d048f53bf4bc9447203c2b0291f5fd5d00a1cda0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40947 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |