[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
This commit is contained in:
Vasilis Tsiligiannis
2012-02-16 17:54:04 +00:00
parent c326fbec1a
commit f96dd212f5

View File

@@ -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