mirror of https://github.com/hak5/openwrt.git
Allow gzipping of squashfs images with padded jffs2 partition
SVN-Revision: 30589lede-17.01
parent
ab09db09fc
commit
8676e49d9d
|
@ -177,6 +177,9 @@ ifneq ($(CONFIG_TARGET_IMAGES_GZIP),)
|
||||||
$(call Image/Build/gzip,ext4)
|
$(call Image/Build/gzip,ext4)
|
||||||
endef
|
endef
|
||||||
ifneq ($(CONFIG_TARGET_IMAGES_PAD),)
|
ifneq ($(CONFIG_TARGET_IMAGES_PAD),)
|
||||||
|
define Image/Build/gzip/squashfs
|
||||||
|
$(call Image/Build/gzip,squashfs)
|
||||||
|
endef
|
||||||
define Image/Build/gzip/jffs2-64k
|
define Image/Build/gzip/jffs2-64k
|
||||||
$(call Image/Build/gzip,jffs2-64k)
|
$(call Image/Build/gzip,jffs2-64k)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue