From 7887a46f4533e4ba6de0f24ea9a9fc838d0ea7aa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 27 Mar 2017 15:18:22 +0200 Subject: build: enable gzipping of images on x86 even if ext4 is disabled There is lots of padding between the boot partition and the rootfs, so gzipping is helpful here Signed-off-by: Felix Fietkau --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Config-images.in') diff --git a/config/Config-images.in b/config/Config-images.in index 95752f737a..55aff7d087 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -242,7 +242,7 @@ menu "Target Images" config TARGET_IMAGES_GZIP bool "GZip images" - depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS + depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS || TARGET_x86 default y comment "Image Options" -- cgit v1.2.3