image: when using the new image build code, gzip ext4 images by default
[openwrt/openwrt.git] / target / linux / apm821xx / image / Makefile
index 0ee9cdcd173bdbca139bd2453d014a5bccf74429..0ded83dd9995bb3739ea6b769c17d60ba438b03b 100644 (file)
@@ -232,7 +232,6 @@ endef
 
 define Build/hdd-img
        ./mbl_gen_hdd_img.sh $@ $@.boot $(IMAGE_ROOTFS)
-       $(if $(CONFIG_TARGET_IMAGES_GZIP),gzip -9n -c $@ > $(BIN_DIR)/$(notdir $@).gz)
 endef
 
 define Device/MyBookLiveDefault