mirror of
https://github.com/openwrt/luci.git
synced 2025-12-27 01:09:37 +04:00
luci-mod-admin-full: remove useless "bit" requires
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user