From 4916a0ea0e56d8521767f47bba71d9b5ccb4c51a Mon Sep 17 00:00:00 2001 From: acinonyx Date: Thu, 16 Feb 2012 17:54:04 +0000 Subject: [PATCH] [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 --- target/linux/x86/image/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0