diff --git a/luci-app-omr-bypass/luasrc/controller/omr-bypass.lua b/luci-app-omr-bypass/luasrc/controller/omr-bypass.lua index 775d1e318..1b29d4cc7 100644 --- a/luci-app-omr-bypass/luasrc/controller/omr-bypass.lua +++ b/luci-app-omr-bypass/luasrc/controller/omr-bypass.lua @@ -1,4 +1,4 @@ -local ucic = uci.cursor() +local ucic = luci.model.uci.cursor() module("luci.controller.omr-bypass", package.seeall) function index() diff --git a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua index e4a2fdc72..3073d84c4 100644 --- a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua +++ b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua @@ -1,7 +1,7 @@ local tools = require "luci.tools.status" local sys = require "luci.sys" local json = require("luci.json") -local ucic = uci.cursor() +local ucic = luci.model.uci.cursor() module("luci.controller.openmptcprouter", package.seeall) function index() diff --git a/luci-base/src/po2lmo b/luci-base/src/po2lmo new file mode 100755 index 000000000..a9535aeab Binary files /dev/null and b/luci-base/src/po2lmo differ diff --git a/luci-base/src/po2lmo.o b/luci-base/src/po2lmo.o new file mode 100644 index 000000000..5fe6fe2fb Binary files /dev/null and b/luci-base/src/po2lmo.o differ diff --git a/luci-base/src/template_lmo.o b/luci-base/src/template_lmo.o new file mode 100644 index 000000000..45d49f11c Binary files /dev/null and b/luci-base/src/template_lmo.o differ