Update 'luasrc/model/cbi/easymesh.lua'

pull/1/head
ben 1 year ago
parent 1d9d2e7fb5
commit 38cfd00ec8

@ -54,11 +54,11 @@ end
o = s:option(ListValue, "role", translate("role")) o = s:option(ListValue, "role", translate("role"))
o:value("off", translate("off")) o:value("off", translate("off"))
o:value("server", translate("host MESH")) o:value("server", translate("Mesh Server"))
o:value("client", translate("son MESH")) o:value("client", translate("Mesh Client"))
o.rmempty = false o.rmempty = false
apRadio = s:option(ListValue, "apRadio", translate("MESH Radio device"), translate("The radio device which MESH use")) apRadio = s:option(ListValue, "apRadio", translate("MESH Radio device"), translate("The radio device MESH will use"))
uci:foreach("wireless", "wifi-device", uci:foreach("wireless", "wifi-device",
function(s) function(s)
apRadio:value(s['.name']) apRadio:value(s['.name'])

Loading…
Cancel
Save