image: increase squashfs block size - visibly reduces image size in many cases
SVN-Revision: 29519
This commit is contained in:
		| @@ -42,6 +42,8 @@ ifneq ($(CONFIG_JFFS2_LZMA),y) | |||||||
|   JFFS2OPTS += -x lzma |   JFFS2OPTS += -x lzma | ||||||
| endif | endif | ||||||
|  |  | ||||||
|  | SQUASHFS_BLOCKSIZE := 256k | ||||||
|  | SQUASHFSOPT := -b $(SQUASHFS_BLOCKSIZE) | ||||||
| SQUASHFSCOMP := gzip | SQUASHFSCOMP := gzip | ||||||
| LZMA_XZ_OPTIONS := -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2 | LZMA_XZ_OPTIONS := -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2 | ||||||
| ifeq ($(CONFIG_SQUASHFS_LZMA),y) | ifeq ($(CONFIG_SQUASHFS_LZMA),y) | ||||||
| @@ -87,7 +89,7 @@ else | |||||||
|   ifneq ($(CONFIG_TARGET_ROOTFS_SQUASHFS),) |   ifneq ($(CONFIG_TARGET_ROOTFS_SQUASHFS),) | ||||||
|     define Image/mkfs/squashfs |     define Image/mkfs/squashfs | ||||||
| 		@mkdir -p $(TARGET_DIR)/overlay | 		@mkdir -p $(TARGET_DIR)/overlay | ||||||
| 		$(STAGING_DIR_HOST)/bin/mksquashfs4 $(TARGET_DIR) $(KDIR)/root.squashfs -nopad -noappend -root-owned -comp $(SQUASHFSCOMP) -processors $(if $(CONFIG_PKG_BUILD_JOBS),$(CONFIG_PKG_BUILD_JOBS),1) | 		$(STAGING_DIR_HOST)/bin/mksquashfs4 $(TARGET_DIR) $(KDIR)/root.squashfs -nopad -noappend -root-owned -comp $(SQUASHFSCOMP) $(SQUASHFSOPT) -processors $(if $(CONFIG_PKG_BUILD_JOBS),$(CONFIG_PKG_BUILD_JOBS),1) | ||||||
| 		$(call Image/Build,squashfs) | 		$(call Image/Build,squashfs) | ||||||
|     endef |     endef | ||||||
|   endif |   endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau