Re: [OpenWrt-Devel] [PATCH] brcm2708: add gzip image compression

2015-07-17 Thread Álvaro Fernández Rojas
You're welcome ;D De nada Bruno! El 17/07/2015 a las 18:26, Bruno Randolf escribió: > Hi! > > Tested it and works as it should. > Gracias Alvaro! > > bruno > > On 07/17/2015 12:12 PM, Álvaro Fernández Rojas wrote: >> Signed-off-by: Álvaro Fernández Rojas >> --- >> target/linux/brcm2708/image

Re: [OpenWrt-Devel] [PATCH] brcm2708: add gzip image compression

2015-07-17 Thread Bruno Randolf
Hi! Tested it and works as it should. Gracias Alvaro! bruno On 07/17/2015 12:12 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > target/linux/brcm2708/image/Makefile | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/target/linux/brcm2708/im

[OpenWrt-Devel] [PATCH] brcm2708: add gzip image compression

2015-07-17 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 11 +++ 1 file changed, 11 insertions(+) diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index de178c6..2afd29b 100644 --- a/target/linux/brcm2708/image/Makefile +++