The 2nd patch fixes a regression introduced lately.

The 3rd one fixes the following code in LuCI [1].

        local uci = require 'uci'
        cursor = uci.cursor

I tested them on BB branch, but not sure why the bug was not triggered before
since the code has been there for quite a long time.

 [1] 
https://github.com/openwrt/luci/blob/master/modules/luci-base/luasrc/model/uci.lua#L5

Yousong Zhou (2):
  cli: fix return value of package_cmd().
  lua: return module table instead of boolean value on require('uci').

 cli.c     |    2 ++
 lua/uci.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to