luci-mod-admin-full: remove useless "bit" requires
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
e91b603acc
commit
6ff7bae36a
3 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ m = Map("network",
|
|||
"can be reached."))
|
||||
|
||||
local routes6 = luci.sys.net.routes6()
|
||||
local bit = require "bit"
|
||||
|
||||
s = m:section(TypedSection, "route", translate("Static IPv4 Routes"))
|
||||
s.addremove = true
|
||||
|
|
|
@ -14,7 +14,6 @@ $Id$
|
|||
-%>
|
||||
|
||||
<%-
|
||||
require "bit"
|
||||
require "luci.sys"
|
||||
require "luci.tools.webadmin"
|
||||
require "nixio.fs"
|
||||
|
|
|
@ -11,7 +11,6 @@ You may obtain a copy of the License at
|
|||
|
||||
-%>
|
||||
<%-
|
||||
local bit = require "bit"
|
||||
local opkg = require "luci.model.ipkg"
|
||||
local fs = require "nixio.fs"
|
||||
local wa = require "luci.tools.webadmin"
|
||||
|
|
Loading…
Reference in a new issue