[LEDE-DEV] [PATCH] ubus/lua: pass notification name to callback

2018-01-16 Thread Dirk Feytons
-off-by: Dirk Feytons --- lua/subscriber.lua |5 +++-- lua/ubus.c |5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/subscriber.lua b/lua/subscriber.lua index e1d3a9f..f59448d 100755 --- a/lua/subscriber.lua +++ b/lua/subscriber.lua @@ -15,8 +15,9 @@ if

Re: [LEDE-DEV] [PATCH] .gitignore: add .project for eclipse users

2017-07-19 Thread Dirk Feytons
On 19 July 2017 at 09:59, Catrinel Catrinescu wrote: > For eclipse users, .project is always created inside the project > > Signed-off-by: Catrinel Catrinescu > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index aff13e1136..a032dedd81 100644

Re: [LEDE-DEV] [PATCH 1/2] uci/lua: add list_configs() function

2016-10-26 Thread Dirk Feytons
On 29 September 2016 at 17:39, Dirk Feytons wrote: > Returns an array with all the available configs. > > Signed-off-by: Dirk Feytons > --- > lua/uci.c | 21 + > 1 file changed, 21 insertions(+) Hi Felix, Have you had a chance to take a look at these t

[LEDE-DEV] TR-069 for OpenWrt (part 2)

2016-10-26 Thread Dirk Feytons
Hi all, Back in May, when the conversations started about an open source TR-069 solution for OpenWrt/LEDE, we committed to support this initiative by open sourcing Technicolor’s in-house TR-069 solution. This solution consists of three parts: 1) a TR-069 protocol agent, 2) a data model mapping fra

[LEDE-DEV] [PATCH 2/2] uci/lua: add explicit close() method

2016-09-29 Thread Dirk Feytons
This allows a caller to explicitly free the cursor as soon as it is no longer needed instead of having to wait for the garbage collector. Signed-off-by: Dirk Feytons --- lua/uci.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lua/uci.c b/lua/uci.c index

[LEDE-DEV] [PATCH 1/2] uci/lua: add list_configs() function

2016-09-29 Thread Dirk Feytons
Returns an array with all the available configs. Signed-off-by: Dirk Feytons --- lua/uci.c | 21 + 1 file changed, 21 insertions(+) diff --git a/lua/uci.c b/lua/uci.c index 47d59c8..ddb9c5c 100644 --- a/lua/uci.c +++ b/lua/uci.c @@ -911,6 +911,26 @@ uci_lua_set_savedir

Re: [LEDE-DEV] [OpenWrt] TR-069 for OpenWrt

2016-06-01 Thread Dirk Feytons
On 30 May 2016 at 11:58, Delbar Jos wrote: > > Felix Fietkau wrote: > > > We are conscious of the fact that together with the proposals made by > > > Felix, Luka and Wojtek we are now looking at many "competing" proposals. > > > As a next step, we recommend to organize a wor