From: acinonyx Date: Thu, 16 Feb 2012 17:54:04 +0000 (+0000) Subject: [x86] Allow gzipping of squashfs images with padded jffs2 partition X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=4916a0ea0e56d8521767f47bba71d9b5ccb4c51a;p=openwrt.git [x86] Allow gzipping of squashfs images with padded jffs2 partition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30589 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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