[luci-app-bmx6]: Remove not used code. Fix luci dependency problem. Small changes.
[lede-routing/.git] / luci-app-bcp38 / files / bcp38-controller.lua
1 module("luci.controller.bcp38", package.seeall)
2
3 function index()
4         entry({"admin", "network", "firewall", "bcp38"},
5                 cbi("bcp38"),
6                 _("BCP38"), 50).dependent = false
7 end