mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
8 lines
172 B
Lua
8 lines
172 B
Lua
module("luci.controller.bcp38", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "network", "firewall", "bcp38"},
|
|
cbi("bcp38"),
|
|
_("BCP38"), 50).dependent = false
|
|
end
|