Re: [OpenWrt-Devel] [PATCH] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread Rafał Miłecki
On 23 February 2016 at 10:20, YounJae Rho wrote: > This patch add uimage firmware split support for ubi. > > Signed-off-by: YounJae Rho Your patch is malformed, most likely due to your client breaking lines longer than 80 chars. It means patchwork wasn't able to detect your changes properly: htt

Re: [OpenWrt-Devel] [PATCH] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread John Crispin
On 23/02/2016 12:26, John Crispin wrote: > hi, > > the patch is line wrapped. please use git send-email to send the patches > to avoid this problem > > John > you were faster than me ;) > On 23/02/2016 10:20, YounJae Rho wrote: >> This patch add uimage firmware split support for u

Re: [OpenWrt-Devel] [PATCH] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread John Crispin
hi, the patch is line wrapped. please use git send-email to send the patches to avoid this problem John On 23/02/2016 10:20, YounJae Rho wrote: > This patch add uimage firmware split support for ubi. > > Signed-off-by: YounJae Rho > --- > .../linux/generic/files/drivers/mtd/mtdsplit/m

[OpenWrt-Devel] [PATCH] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread YounJae Rho
This patch add uimage firmware split support for ubi. Signed-off-by: YounJae Rho --- .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c b/t