diff options
Diffstat (limited to 'target')
| -rw-r--r-- | target/linux/x86/image/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 6db12fca1..26e34ff6d 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 | 
