From: Álvaro Fernández Rojas Date: Tue, 7 Feb 2017 21:26:11 +0000 (+0100) Subject: brcm2708: remove duplicated gzip from image generation X-Git-Tag: v17.01.1~38 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9d84accea1da951c59e28ec0528e2ae2f8d26375;hp=1bba5789af399daadbecf6479ff527de0738ec61;p=openwrt%2Fstaging%2Fchunkeey.git brcm2708: remove duplicated gzip from image generation Images are now automatically gziped so remove custom image command Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index d7385c48e1..d73a37e90d 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -44,7 +44,6 @@ endef define Build/sdcard-img ./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \ $(CONFIG_BRCM2708_SD_BOOT_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE) - $(if $(CONFIG_TARGET_IMAGES_GZIP),gzip -9n -c $@ > $(BIN_DIR)/$(notdir $@).gz) endef ### Devices ###