Tested on OpenWRT
This commit is contained in:
parent
bf22e37565
commit
7acd64f276
4 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
local map = Map("cronosagent", "CronosAgent")
|
||||
local section = map:section(TypedSection, "global", "", "Configuration")
|
||||
local section = map:section(TypedSection, "cronosagent", "Configuration")
|
||||
|
||||
local number = section:option(Value, "number", "Repeater ID", "DMR ID assigned to your repeater" )
|
||||
local repeater = section:option(Value, "repeaterAddress", "Repeater Address", "Address of your KAIROS repeater" )
|
||||
|
@ -13,3 +13,5 @@ repeater.datatype = "ip4addr"
|
|||
server.datatype = "host"
|
||||
password.datatype = "string"
|
||||
password.password = true
|
||||
|
||||
return map
|
Loading…
Add table
Add a link
Reference in a new issue