Re: [OpenWrt-Devel] How to check if its the first boot ever?

2016-07-14 Thread Ronaldo Afonso
Hi, Thanks very much for all your replies. I'll try to do some like that. Maybe an "uci get system.@system [0].fistboot". []s Ronaldo 2016-07-14 3:41 GMT-03:00 Rafał Miłecki : > On 13 July 2016 at 22:27, Ronaldo Afonso > wrote: > > More specifically, my scripts at "/etc/uci-defaults"

Re: [OpenWrt-Devel] [RFD] Future telephone meeting

2016-07-14 Thread Hauke Mehrtens
Hi, Like I said I would prefer a telephone conference over an in person meeting, because that would not exclude people who can not effort traveling. We could have an in person meeting afterwards. As nothing happened in the last week regarding this topic I created this dudle to find a time when we

[OpenWrt-Devel] [PATCH netifd 3/3] proto: Display proto flags when dumping the protocol handlers in ubus

2016-07-14 Thread Hans Dedecker
Signed-off-by: Hans Dedecker --- proto.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/proto.c b/proto.c index 45eeb4b..4cbf3f4 100644 --- a/proto.c +++ b/proto.c @@ -567,7 +567,13 @@ proto_dump_handlers(struct blob_buf *b) blobmsg_add_string(b, p->con

[OpenWrt-Devel] [PATCH netifd 2/3] interface: Only teardown interfaces having no proto task when l3_dev link lost

2016-07-14 Thread Hans Dedecker
Commit c6858766 adds teardown support when l3_dev link is lost especially for shell protocols that have no proto task. However shell protocols which have a proto task running like ppp will also be teared down which is not always the expected action. As an example the PPP daemon can be put into pe

[OpenWrt-Devel] [PATCH netifd 1/3] proto-shell: Model config parameter "no-proto-task" as a proto flag

2016-07-14 Thread Hans Dedecker
Export the config parameter "no-proto-task" as a proto flag so it can be checked by other netifd modules Signed-off-by: Hans Dedecker --- proto-shell.c | 6 +++--- proto.h | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/proto-shell.c b/proto-shell.c index 25dec00..192

[OpenWrt-Devel] ar71xx: add tp-link 841nd-v9-vn board - 8mbit flash isp oem variant

2016-07-14 Thread Luke McKee
https://github.com/openwrt/openwrt/pull/29 https://github.com/openwrt/openwrt/pull/29/commits/84c616f66390230a2938f8db691e8093f1669ec2 Please see the commit message or the forum. This has been run-tested on the new hardware which is basically the same as a v9 board just with the larger flash size

Re: [OpenWrt-Devel] [PATCH 1/2] layerscape: add ls1043ardb-64b target

2016-07-14 Thread Yutang Jiang
Hi Jonas, Thanks you for your advise! It is first time for our team to submit patch to Openwrt, we will following your suggestion to update our patches. Summary: 1.update codebase to 4.4 kernel. 2.merge two patches to one and put it on github repository. 3.remove README.ls1043ardb, then add this