Make gzipping of images configurable via menuconfig
[openwrt/staging/yousong.git] / target / linux / x86 / image / Config.in
index b60baeabb9fa83330afeac27fd1800c6eba74c20..ea3a13460a5924e7eeeffd97a758e8a1eb62338b 100644 (file)
@@ -80,6 +80,10 @@ config TARGET_IMAGES_PAD
        depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
        default y
 
+config TARGET_IMAGES_GZIP
+       bool "GZip images"
+       default y
+
 config TARGET_KERNEL_PARTSIZE
        int "Kernel partition size (in MB)"
        depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES