aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 15:58:37 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-13 16:59:28 +0100
commit87b668765e1e987aebef8cf0aae657569b631477 (patch)
treeeedb7b7c397e47774b5254b91f8c99d15c6a715c /target/linux/apm821xx/image
parentc914fa04a3cb20f3c4134c3a2c4a4caf7160edd2 (diff)
downloadupstream-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/linux/apm821xx/image')
-rw-r--r--target/linux/apm821xx/image/Makefile1
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