projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469ba33
)
build: enable gzipped images for armvirt and malta
author
Petr Štetiar
<ynezz@true.cz>
Tue, 25 Jun 2019 05:54:51 +0000
(07:54 +0200)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index f8c3ad4016d3a74a629eb794e99b2af013fb8140..ee686e8266e85247dea2371f19f3fa3531fa41c0 100644
(file)
--- 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"