Merge branch 'LTS' of jahway603/libreCMC into LTS
[librecmc/librecmc.git] / include / image.mk
index b4da926cf566d2557b8a4e44aea2f36bef50db49..1538d83df341dc1467c9ab3de256cd44476bdfb6 100644 (file)
@@ -227,7 +227,7 @@ $(eval $(foreach S,$(NAND_BLOCKSIZE),$(call Image/mkfs/jffs2-nand/template,$(S))
 
 define Image/mkfs/squashfs
        $(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \
-               -noappend -root-owned \
+               -nopad -noappend -root-owned \
                -comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \
                -processors 1
 endef