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-03-11 13:08:20 +0100 |
commit | 9d84accea1da951c59e28ec0528e2ae2f8d26375 (patch) | |
tree | e7423ee08d87b56143de09f431a1cd3ad935030d /target | |
parent | 1bba5789af399daadbecf6479ff527de0738ec61 (diff) | |
download | upstream-9d84accea1da951c59e28ec0528e2ae2f8d26375.tar.gz upstream-9d84accea1da951c59e28ec0528e2ae2f8d26375.tar.bz2 upstream-9d84accea1da951c59e28ec0528e2ae2f8d26375.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 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 ### |