inteno-netmodes: added uplink_band to broadcom repeater netmodes

This commit is contained in:
Reidar Cederqvist 2017-04-25 12:11:33 +02:00
parent abbfb77248
commit 267d65174c
4 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,7 @@
"acl" : [
"admin"
],
"uplink_band" : "b",
"credentials" : 1,
"reboot" : 0
}

View file

@ -16,6 +16,7 @@
"acl" : [
"admin"
],
"uplink_band" : "b",
"credentials" : 1,
"reboot" : 0
}

View file

@ -10,7 +10,7 @@
"excluded_boards" : [
"*G*"
],
"uplink_band": 'b',
"uplink_band" : 'b',
"credentials" : 1,
"reboot" : 0
}

View file

@ -10,7 +10,7 @@
"excluded_boards" : [
"*G*"
],
"uplink_band": 'a',
"uplink_band" : 'a',
"credentials" : 1,
"reboot" : 0
}