Add luci-app-bcp38 package

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen
2014-11-05 08:34:30 +01:00
parent bcc2ffc5e1
commit 27a37bfbf9
4 changed files with 133 additions and 0 deletions
@@ -0,0 +1,7 @@
module("luci.controller.bcp38", package.seeall)
function index()
entry({"admin", "network", "firewall", "bcp38"},
cbi("bcp38"),
_("BCP38"), 50).dependent = false
end