Przeglądaj źródła

Allow gzipping of squashfs images with padded jffs2 partition

SVN-Revision: 30589
Vasilis Tsiligiannis 14 lat temu
rodzic
commit
8676e49d9d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      target/linux/x86/image/Makefile

+ 3 - 0
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