|
@@ -153,11 +153,9 @@ ifneq ($(CONFIG_TARGET_IMAGES_GZIP),)
|
|
define Image/Build/gzip/ext4
|
|
define Image/Build/gzip/ext4
|
|
$(call Image/Build/gzip,ext4)
|
|
$(call Image/Build/gzip,ext4)
|
|
endef
|
|
endef
|
|
- ifneq ($(CONFIG_TARGET_IMAGES_PAD),)
|
|
|
|
- define Image/Build/gzip/squashfs
|
|
|
|
|
|
+ define Image/Build/gzip/squashfs
|
|
$(call Image/Build/gzip,squashfs)
|
|
$(call Image/Build/gzip,squashfs)
|
|
- endef
|
|
|
|
- endif
|
|
|
|
|
|
+ endef
|
|
endif
|
|
endif
|
|
|
|
|
|
define Image/BuildKernel
|
|
define Image/BuildKernel
|