summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-08 22:18:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-08 22:18:26 +0000
commitba46c7b3c68c8a00f657480248077f74426dde89 (patch)
tree172947f4f33dd773d652028aebb2c90dfff70d31 /target/linux
parent5da0d9dda1418278a32f8850aba9c23eb36028b2 (diff)
downloadmaster-31e0f0ae-ba46c7b3c68c8a00f657480248077f74426dde89.tar.gz
master-31e0f0ae-ba46c7b3c68c8a00f657480248077f74426dde89.tar.bz2
master-31e0f0ae-ba46c7b3c68c8a00f657480248077f74426dde89.zip
Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz
SVN-Revision: 28197
Diffstat (limited to 'target/linux')
-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 7e00fbe2f6..a42c6f3823 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