mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
11 lines
351 B
Lua
11 lines
351 B
Lua
local uci = require "luci.model.uci".cursor()
|
|
|
|
-- config
|
|
m = Map("accelerator")
|
|
m.title = translate("Leigod Accelerator Config")
|
|
m.description = translate("Control Accelerator Config")
|
|
|
|
m:section(SimpleSection).template = "leigod/service"
|
|
|
|
return m
|