[OpenWrt-Devel] [PATCH 2/2] CC: brcm2708: Add gzip image compression

Matthias Schiffer mschiffer at universe-factory.net
Fri Jul 17 14:58:10 EDT 2015


On 07/17/2015 07:18 PM, Bruno Randolf wrote:
> Signed-off-by: Bruno Randolf <br1 at einfach.org>
> ---
>  target/linux/brcm2708/image/Makefile | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
> index e70bdd0..90d54bb 100644
> --- a/target/linux/brcm2708/image/Makefile
> +++ b/target/linux/brcm2708/image/Makefile
> @@ -28,6 +28,9 @@ define Image/Build/RaspberryPi
>  	mcopy -i $(KDIR)/boot.img $(KDIR)/Image ::kernel.img  # Copy OpenWrt built kernel
>  	./gen_rpi_sdcard_img.sh $(BIN_DIR)/$(IMG_PREFIX)-sdcard-vfat-$(1).img $(KDIR)/boot.img $(KDIR)/root.$(1) \
>  		$(CONFIG_BRCM2708_SD_BOOT_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE)
> +  ifneq ($(CONFIG_TARGET_IMAGES_GZIP),)
> +	gzip -9n -k -f $(BIN_DIR)/$(IMG_PREFIX)-sdcard-vfat-$(1).img
> +  endif
>  endef
>  
>  define Image/Build
> 

Please don't use gzip -k, it requires gzip 1.6, which is not generally
available.

Regards,
Matthias

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150717/05ed11fd/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list