Re: [LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-06 Thread Claudio Leite
Hello, * Mathias Kresin (d...@kresin.me) wrote: > I'm in doubt that the lzma splitter can be fixed. > > The dependency to align the rootfs isn't specific to the lzma > splitter. mtd_find_rootfs_from() in mtdsplit.c uses the erase block > size as step size. > > For the other splitter an not erase

Re: [LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-05 Thread John Crispin
On 05/02/2017 14:26, Mathias Kresin wrote: > 05.02.2017 10:15, John Crispin: >> >> >> On 05/02/2017 09:59, Claudio Leite wrote: >>> mtdsplit_lzma requires that the rootfs be aligned to a block boundary. >>> Pad the kernel partition to make this so. >>> >>> Signed-off-by: Claudio Leite >>> --- >>

Re: [LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-05 Thread Mathias Kresin
05.02.2017 10:15, John Crispin: On 05/02/2017 09:59, Claudio Leite wrote: mtdsplit_lzma requires that the rootfs be aligned to a block boundary. Pad the kernel partition to make this so. Signed-off-by: Claudio Leite --- target/linux/ramips/image/rt288x.mk | 2 +- 1 file changed, 1 insertion

Re: [LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-05 Thread John Crispin
On 05/02/2017 09:59, Claudio Leite wrote: > mtdsplit_lzma requires that the rootfs be aligned to a block boundary. > Pad the kernel partition to make this so. > > Signed-off-by: Claudio Leite > --- > target/linux/ramips/image/rt288x.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-05 Thread Claudio Leite
mtdsplit_lzma requires that the rootfs be aligned to a block boundary. Pad the kernel partition to make this so. Signed-off-by: Claudio Leite --- target/linux/ramips/image/rt288x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/rt288x.mk b/target/