Merge branch 'v1.4' into v1.5
[librecmc/librecmc.git] / package / luci / applications / luci-app-meshwizard / luasrc / controller / meshwizard.lua
1 -- Copyright 2011 Manuel Munz <freifunk somakoma de>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module "luci.controller.meshwizard"
5
6 function index()
7         entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40)
8 end
9