Re: [OpenWrt-Devel] [PATCH] ar71xx: Add uThing support

2015-04-10 Thread John Crispin
Hi, please read the howto that explains how to submit patches. a few pointers are * subject i wrong * patch is attached and not inline * SoB line is missing * inside the patch there is commented out code. remove it please * // is a c++ style comment. please use /* ... */ syntax --

[OpenWrt-Devel] [PATCH] ar71xx: Add uThing support

2015-04-10 Thread Lars Boegild Thomsen
Add support for the uThing More information about the device here: http://bright-things.com/wiki/UThing I'll add it to the OpenWrt wiki once included in OpenWrt. -- Lars Bøgild Thomsen Public Key: http://bright-things.com/lars-bogild-thomsen/ signature.asc Description: This is a digitally

[OpenWrt-Devel] [PATCH V2 fstools 1/2] jffs2reset: avoid code duplication in jffs2_reset and jffs2_mark

2015-04-10 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- jffs2reset.c | 52 +--- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/jffs2reset.c b/jffs2reset.c index 1080883..d634386 100644 --- a/jffs2reset.c +++ b/jffs2reset.c @@ -39,26

[OpenWrt-Devel] [PATCH V2 fstools 2/2] jffs2reset: use jffs2_mark if rootfs_data isn't mounted

2015-04-10 Thread Rafał Miłecki
Erasing all rootfs_data blocks may cause some problems with partition identification. It won't contain MAGIC, but will be successfully mounted with delayed blocks marking. This may be really confusing when user reboots before JFFS2 finishes its blocks management. During the next boot rootfs_data

Re: [OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-10 Thread Zoltan HERPAI
Harald Geyer wrote: Zoltan HERPAI writes: Michael Heimpold wrote: Am Sonntag, 5. April 2015, 12:01:48 schrieb Harald Geyer: commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 3c298f89-4303-0410-b956-a3cf2f4a3e73 made