mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
protocols/core: remove uneeded requires from luci.tools.proto
This commit is contained in:
@@ -13,9 +13,6 @@ You may obtain a copy of the License at
|
||||
|
||||
module("luci.tools.proto", package.seeall)
|
||||
|
||||
local uci = require "luci.model.uci".cursor()
|
||||
local net = require "luci.model.network"
|
||||
|
||||
function opt_macaddr(s, ifc, ...)
|
||||
local v = luci.cbi.Value
|
||||
local o = s:taboption("advanced", v, "macaddr", ...)
|
||||
|
||||
Reference in New Issue
Block a user