From: Vasilis Tsiligiannis Date: Thu, 16 Feb 2012 17:54:04 +0000 (+0000) Subject: Allow gzipping of squashfs images with padded jffs2 partition X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8676e49d9d28bdea89a904ed875d82ce4d5edf4c;p=librecmc%2Flibrecmc.git Allow gzipping of squashfs images with padded jffs2 partition SVN-Revision: 30589 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 6db12fca1c..26e34ff6d6 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -177,6 +177,9 @@ ifneq ($(CONFIG_TARGET_IMAGES_GZIP),) $(call Image/Build/gzip,ext4) endef ifneq ($(CONFIG_TARGET_IMAGES_PAD),) + define Image/Build/gzip/squashfs + $(call Image/Build/gzip,squashfs) + endef define Image/Build/gzip/jffs2-64k $(call Image/Build/gzip,jffs2-64k) endef