diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-02-07 22:26:11 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-02-07 23:00:24 +0100 |
commit | e9e52761d37c3ba1740dcc09231d8cca5f515548 (patch) | |
tree | eafb93dc6d97fb1317bd28c12f3d4966f71cea14 /target | |
parent | d9d090e52082635a24aeaefdc6bfe61ab97f38bb (diff) | |
download | upstream-e9e52761d37c3ba1740dcc09231d8cca5f515548.tar.gz upstream-e9e52761d37c3ba1740dcc09231d8cca5f515548.tar.bz2 upstream-e9e52761d37c3ba1740dcc09231d8cca5f515548.zip |
brcm2708: remove duplicated gzip from image generation
Images are now automatically gziped so remove custom image command
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index d0222df065..a7993de468 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 ### |