[x86] Allow gzipping of squashfs images with padded jffs2 partition
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 17:54:04 +0000 (17:54 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 17:54:04 +0000 (17:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30589 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/x86/image/Makefile

index 6db12fc..26e34ff 100644 (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
This page took 0.029028 seconds and 4 git commands to generate.