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:
c7cf8ef
)
modules/admin-full: do not use private wifinet properties in network controller
author
Jo-Philipp Wich
<redacted>
Sun, 13 Mar 2011 17:29:06 +0000
(17:29 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 13 Mar 2011 17:29:06 +0000
(17:29 +0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index badb696cc4f2c72423a68c5b28c84ca4b619af39..dd3468ff22d9591e38f753d31b232cd03e906b00 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/network.lua
+++ b/
modules/admin-full/luasrc/controller/admin/network.lua
@@
-67,7
+67,7
@@
function index()
local wnet
for _, wnet in ipairs(wdev:get_wifinets()) do
entry(
- {"admin", "network", "wireless", wnet
.netid
},
+ {"admin", "network", "wireless", wnet
:id()
},
alias("admin", "network", "wireless"),
wdev:name() .. ": " .. wnet:shortname()
)
git clone https://git.99rst.org/PROJECT