summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua')
-rw-r--r--applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua b/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua
deleted file mode 100644
index 0ad76b521..000000000
--- a/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua
+++ /dev/null
@@ -1,9 +0,0 @@
--- Copyright 2011 Manuel Munz <freifunk somakoma de>
--- Licensed to the public under the Apache License 2.0.
-
-module "luci.controller.meshwizard"
-
-function index()
- entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40)
-end
-