From ab09db09fc99c552b18fb9eba56917b8a541ea19 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Thu, 16 Feb 2012 17:54:01 +0000 Subject: GZip only ext4 and padded images SVN-Revision: 30588 --- target/linux/x86/image/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/x86/image/Makefile') diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index e52c749..6db12fc 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -176,12 +176,14 @@ ifneq ($(CONFIG_TARGET_IMAGES_GZIP),) define Image/Build/gzip/ext4 $(call Image/Build/gzip,ext4) endef - define Image/Build/gzip/jffs2-64k + ifneq ($(CONFIG_TARGET_IMAGES_PAD),) + define Image/Build/gzip/jffs2-64k $(call Image/Build/gzip,jffs2-64k) - endef - define Image/Build/gzip/jffs2-128k + endef + define Image/Build/gzip/jffs2-128k $(call Image/Build/gzip,jffs2-128k) - endef + endef + endif endif define Image/BuildKernel -- cgit v1.1