Skip to content

Commit

Permalink
[x86] Allow gzipping of squashfs images with padded jffs2 partition
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30589 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
acinonyx committed Feb 16, 2012
1 parent 05c64b9 commit 4916a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/x86/image/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4916a0e

Please sign in to comment.