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 two patches? Dirk F

[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(lua