git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7aa8389
)
luci-mod-admin-full: fix missing nixio.fs require
author
Jo-Philipp Wich
<redacted>
Thu, 15 Jan 2015 15:34:48 +0000
(16:34 +0100)
committer
Jo-Philipp Wich
<redacted>
Thu, 15 Jan 2015 15:34:48 +0000
(16:34 +0100)
Signed-off-by: Jo-Philipp Wich <redacted>
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
b/modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
index 9b09e27667814666ccb421327c47bb270eb6f724..ca4169db6394ff6c9e993bdec679bad7e6a51306 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
+++ b/
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
@@
-64,7
+64,8
@@
function action_clock_status()
end
function action_packages()
- local ipkg = require("luci.model.ipkg")
+ local fs = require "nixio.fs"
+ local ipkg = require "luci.model.ipkg"
local submit = luci.http.formvalue("submit")
local changes = false
local install = { }
git clone https://git.99rst.org/PROJECT