luci-app-siitwizard: explicitely require bit library
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
e2ec170445
commit
6043fe9433
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ $Id$
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
local uci = require "luci.model.uci".cursor()
|
local uci = require "luci.model.uci".cursor()
|
||||||
|
local bit = require "nixio".bit
|
||||||
|
|
||||||
-------------------- Init --------------------
|
-------------------- Init --------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue