mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: allow band 6 in radio setion
This commit is contained in:
parent
15e7f35459
commit
aadc11e7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ validate_radio_section() {
|
|||
|
||||
uci_validate_section mapagent $section "${1}" \
|
||||
'device:string' \
|
||||
'band:or("2", "5")' \
|
||||
'band:or("2", "5", "6")' \
|
||||
'configured:bool:false' \
|
||||
'onboarded:bool:false' \
|
||||
'dedicated_backhaul:bool:false' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue