brcm2708: remove duplicated gzip from image generation
[openwrt/staging/dedeckeh.git] / 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 ###