modules/freifunk: Allow to enable/disable VAP in community profiles
This commit is contained in:
parent
542fa0e493
commit
82267099ae
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ else
|
||||||
ipv6_prefix.datatype = "ip6addr"
|
ipv6_prefix.datatype = "ip6addr"
|
||||||
ipv6_prefix.rmempty = true
|
ipv6_prefix.rmempty = true
|
||||||
|
|
||||||
|
local vap = c:option(Flag, "vap", translate("VAP"), translate("Enable a virtual access point (VAP) by default if possible."))
|
||||||
|
vap.rmempty = true
|
||||||
|
|
||||||
local lat = c:option(Value, "latitude", translate("Latitude"))
|
local lat = c:option(Value, "latitude", translate("Latitude"))
|
||||||
lat.datatype = "range(-180, 180)"
|
lat.datatype = "range(-180, 180)"
|
||||||
lat.rmempty = false
|
lat.rmempty = false
|
||||||
|
|
Loading…
Reference in a new issue