1
0
Fork 0
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:
Ycarus 2018-05-09 16:08:52 +02:00
parent 8a29a692aa
commit 2dffff8283
5 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
local ucic = uci.cursor() local ucic = luci.model.uci.cursor()
module("luci.controller.omr-bypass", package.seeall) module("luci.controller.omr-bypass", package.seeall)
function index() function index()

View file

@ -1,7 +1,7 @@
local tools = require "luci.tools.status" local tools = require "luci.tools.status"
local sys = require "luci.sys" local sys = require "luci.sys"
local json = require("luci.json") local json = require("luci.json")
local ucic = uci.cursor() local ucic = luci.model.uci.cursor()
module("luci.controller.openmptcprouter", package.seeall) module("luci.controller.openmptcprouter", package.seeall)
function index() function index()

BIN
luci-base/src/po2lmo Executable file

Binary file not shown.

BIN
luci-base/src/po2lmo.o Normal file

Binary file not shown.

Binary file not shown.