meshwizard.lua 263 B

123456789
  1. -- Copyright 2011 Manuel Munz <freifunk somakoma de>
  2. -- Licensed to the public under the Apache License 2.0.
  3. module "luci.controller.meshwizard"
  4. function index()
  5. entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40)
  6. end