[source] archs38: gzip rootfs image to save some space

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 07:59:43 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/113dd45092400606563b38530ce737f6877ee80e

commit 113dd45092400606563b38530ce737f6877ee80e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 16:20:56 2017 +0100

    archs38: gzip rootfs image to save some space
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/archs38/image/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/archs38/image/Makefile b/target/linux/archs38/image/Makefile
index e9aac1f..903c1ba 100644
--- a/target/linux/archs38/image/Makefile
+++ b/target/linux/archs38/image/Makefile
@@ -81,6 +81,7 @@ define Image/Build
 	$(call Image/Build/$(1),$(1))
 	$(call Image/Build/SDCard,$(1))
 	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
+	$(call Image/Gzip,$(BIN_DIR)/$(IMG_PREFIX)-root.$(1))
 endef
 
 $(eval $(call BuildImage))



More information about the lede-commits mailing list