build: enable gzipped images for armvirt and malta
authorPetr Štetiar <ynezz@true.cz>
Tue, 25 Jun 2019 05:54:51 +0000 (07:54 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 25 Jun 2019 14:12:22 +0000 (14:12 +0000)
As we're now going to pad all images by default to 128MiB let's enable
compression of the images for armvirt and malta in order to save some
space and bandwidth.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
config/Config-images.in

index f8c3ad4016d3a74a629eb794e99b2af013fb8140..ee686e8266e85247dea2371f19f3fa3531fa41c0 100644 (file)
@@ -251,7 +251,7 @@ menu "Target Images"
 
        config TARGET_IMAGES_GZIP
                bool "GZip images"
 
        config TARGET_IMAGES_GZIP
                bool "GZip images"
-               depends on TARGET_ROOTFS_EXT4FS || TARGET_x86
+               depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta
                default y
 
        comment "Image Options"
                default y
 
        comment "Image Options"