X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8176b71781fbe40680d5815a6d9a55237a157526..05c64b9247e3d4ba201e70fd21a511b6dbdb472e:/target/linux/x86/image/Makefile diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index e52c74919..6db12fca1 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -176,12 +176,14 @@ ifneq ($(CONFIG_TARGET_IMAGES_GZIP),) define Image/Build/gzip/ext4 $(call Image/Build/gzip,ext4) endef - define Image/Build/gzip/jffs2-64k + ifneq ($(CONFIG_TARGET_IMAGES_PAD),) + define Image/Build/gzip/jffs2-64k $(call Image/Build/gzip,jffs2-64k) - endef - define Image/Build/gzip/jffs2-128k + endef + define Image/Build/gzip/jffs2-128k $(call Image/Build/gzip,jffs2-128k) - endef + endef + endif endif define Image/BuildKernel