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

Álvaro Fernández Rojas noltari at gmail.com
Fri Jul 17 15:22:26 EDT 2015


Yeah, replace it with:
gzip -9n -c $(BIN_DIR)/$(IMG_PREFIX)-sdcard-vfat-$(1).img > $(BIN_DIR)/$(IMG_PREFIX)-sdcard-vfat-$(1).img.gz

El 17/07/2015 a las 20:58, Matthias Schiffer escribió:
> 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
> 
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
_______________________________________________
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