summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-29 02:35:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-29 02:35:23 +0000
commitdab004b0afd18393f0cb09c82188052d2fe1cfb1 (patch)
treed34f54b670f875a7f79b48be746a8d043494a279 /modules
parent91856a9242125388336d88140c840938704e9053 (diff)
modules/admin-full: do not generate submenu items per wifi-device anymore
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/controller/admin/network.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua
index bb880685a..eb2e6a244 100644
--- a/modules/admin-full/luasrc/controller/admin/network.lua
+++ b/modules/admin-full/luasrc/controller/admin/network.lua
@@ -34,15 +34,6 @@ function index()
page.leaf = true
page.subindex = true
- uci:foreach("wireless", "wifi-device",
- function (section)
- local ifc = section[".name"]
- entry({"admin", "network", "wireless", ifc},
- true,
- ifc:upper()).i18n = "wifi"
- end
- )
-
local page = entry({"admin", "network", "wireless_join"}, call("wifi_join"), nil, 16)
page.i18n = "wifi"
page.leaf = true