On 20.08.2013 22:19, Thomas Strobel wrote:
> From: Thomas Strobel <ts...@cam.ac.uk>
> 
> Fix compilation of uboot-lantiq for AVM Fritzbox 3370.
> 
> Signed-off-by: Thomas Strobel <ts...@cam.ac.uk>
> ---
> Index: patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch
> ===================================================================
> --- patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch  (revision
> 37814)
> +++ patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch  (working
> copy)
> @@ -28,7 +28,7 @@
>               $(BOARD_SIZE_CHECK)
>   
>  +$(obj)u-boot.bin.lzma:      $(obj)u-boot.bin
> -+            cat $< | lzma -9 -f - > $@
> ++            cat $< | /usr/bin/lzma -9 -f - > $@
>  +

Shouldn't we use lzma from our build environment somewhere in build_dir/tools/ ?
btw - not that much experience with buildroot but was the correct version used 
before ?



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to