brcm2708: remove duplicated gzip from image generation
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 7 Feb 2017 21:26:11 +0000 (22:26 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 11 Mar 2017 12:08:20 +0000 (13:08 +0100)
Images are now automatically gziped so remove custom image command

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/brcm2708/image/Makefile

index d7385c48e1245341743f8eebf08a27b69549bf6e..d73a37e90dde1dbfbe28689695104a971d61f375 100644 (file)
@@ -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 ###