X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fimage%2FMakefile;h=d73a37e90dde1dbfbe28689695104a971d61f375;hb=9d84accea1da951c59e28ec0528e2ae2f8d26375;hp=d7385c48e1245341743f8eebf08a27b69549bf6e;hpb=1bba5789af399daadbecf6479ff527de0738ec61;p=openwrt%2Fstaging%2Fchunkeey.git 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 ###