diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 17:54:04 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 17:54:04 +0000 |
commit | 4916a0ea0e56d8521767f47bba71d9b5ccb4c51a (patch) | |
tree | ae2c84c90c4733471968f04f5a884ca21f482cd5 /target/linux/x86/image/Makefile | |
parent | 05c64b9247e3d4ba201e70fd21a511b6dbdb472e (diff) |
[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
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r-- | target/linux/x86/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |