mirror of https://github.com/hak5/openwrt.git
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>master
parent
469ba337a7
commit
9c8e0b0e8a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue