diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 15:58:37 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 16:59:28 +0100 |
commit | 87b668765e1e987aebef8cf0aae657569b631477 (patch) | |
tree | eedb7b7c397e47774b5254b91f8c99d15c6a715c /target | |
parent | c914fa04a3cb20f3c4134c3a2c4a4caf7160edd2 (diff) | |
download | upstream-87b668765e1e987aebef8cf0aae657569b631477.tar.gz upstream-87b668765e1e987aebef8cf0aae657569b631477.tar.bz2 upstream-87b668765e1e987aebef8cf0aae657569b631477.zip |
image: when using the new image build code, gzip ext4 images by default
This reduces the amount of hacks in the makefile code.
Remove the apm821xx code to do the same - it was broken and left both
compressed and uncompressed images in $(BIN_DIR)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/apm821xx/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index 0ee9cdcd17..0ded83dd99 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -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 |