luci-app-bcp38: import from cerowrt
[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