mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 23:19:33 +08:00
8 lines
254 B
Lua
8 lines
254 B
Lua
module("luci.controller.rtty", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "wiwiz_menu"}, firstchild(), "Wiwiz", 60).dependent=true
|
|
entry({"admin", "wiwiz_menu", "rtty"}, cbi("rtty"), translate("Remote Control (DCC2)"), 59).dependent = true
|
|
end
|
|
|