mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update to lastest luci-base version. This also fix #52
This commit is contained in:
parent
8a29a692aa
commit
2dffff8283
5 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
local ucic = uci.cursor()
|
||||
local ucic = luci.model.uci.cursor()
|
||||
module("luci.controller.omr-bypass", package.seeall)
|
||||
|
||||
function index()
|
||||
|
|
|
@ -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()
|
||||
|
|
BIN
luci-base/src/po2lmo
Executable file
BIN
luci-base/src/po2lmo
Executable file
Binary file not shown.
BIN
luci-base/src/po2lmo.o
Normal file
BIN
luci-base/src/po2lmo.o
Normal file
Binary file not shown.
BIN
luci-base/src/template_lmo.o
Normal file
BIN
luci-base/src/template_lmo.o
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue