summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-09-08 22:18:26 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-09-08 22:18:26 +0000
commit5e06206a4d3f12b4d47d6f07119f629a5ef9fb01 (patch)
tree0cdf86c143c0acc96fcd6102040dc76434dbb180 /target
parentc75cf5d14ab781baac7c5287334955eee4075d73 (diff)
[x86] Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/xen_domu/config-default5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/xen_domu/config-default b/target/linux/x86/xen_domu/config-default
index 7e00fbe2f..a42c6f382 100644
--- a/target/linux/x86/xen_domu/config-default
+++ b/target/linux/x86/xen_domu/config-default
@@ -14,6 +14,11 @@ CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_ISA_DMA_API=y
+CONFIG_KERNEL_GZIP=y
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZMA is not set
+# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_XZ is not set
# CONFIG_KVM_CLOCK is not set
# CONFIG_KVM_GUEST is not set
# CONFIG_LGUEST_GUEST is not set