diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-06-25 07:54:51 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-25 14:12:22 +0000 |
commit | 9c8e0b0e8af9827dc83989f3b18b4b18c47eb554 (patch) | |
tree | 065a113ce2a93e36f2176568258d24b8242dd59c | |
parent | 469ba337a73586573699be3999bfdf6f9ebe404f (diff) | |
download | upstream-9c8e0b0e8af9827dc83989f3b18b4b18c47eb554.tar.gz upstream-9c8e0b0e8af9827dc83989f3b18b4b18c47eb554.tar.bz2 upstream-9c8e0b0e8af9827dc83989f3b18b4b18c47eb554.zip |
build: enable gzipped images for armvirt and malta
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>
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index f8c3ad4016..ee686e8266 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -251,7 +251,7 @@ menu "Target 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" |