Re: [LEDE-DEV] [PATCH] ar71xx: Fix sysupgrade for the Airtight Networks C-55

2016-09-11 Thread Mathias Kresin
11.09.2016 17:40, Chris Blake: It appears that (KERNEL_SIZE) was not passing to append-kernel, causing sysupgrade images to brick units due to the invalid rootfs offset. This is fixed by removing the 2 extra $$'s in front of the variables. Additionally, check-size was added to ensure that we

Re: [LEDE-DEV] [PATCH] ar71xx: Fix sysupgrade for the Airtight Networks C-55

2016-09-11 Thread Mathias Kresin
11.09.2016 17:43, Chris Blake: Additionally, it appears that other devices like the ZyXEL NBG6616 may be affected by this. I'm working on the same at the moment. And till now the ZyXEL NBG6616 and the Ubiquiti UAP Pro are affected by the same error as well. I'm compiling a few more targets to

Re: [LEDE-DEV] [PATCH] ar71xx: Fix sysupgrade for the Airtight Networks C-55

2016-09-11 Thread Chris Blake
On Sun, Sep 11, 2016 at 10:40 AM, Chris Blake wrote: > It appears that (KERNEL_SIZE) was not passing to append-kernel, > causing sysupgrade images to brick units due to the invalid rootfs > offset. This is fixed by removing the 2 extra $$'s in front of the > variables. Additionally, check-size

[LEDE-DEV] [PATCH] ar71xx: Fix sysupgrade for the Airtight Networks C-55

2016-09-11 Thread Chris Blake
It appears that (KERNEL_SIZE) was not passing to append-kernel, causing sysupgrade images to brick units due to the invalid rootfs offset. This is fixed by removing the 2 extra $$'s in front of the variables. Additionally, check-size was added to ensure that we don't have a kernel larger than o