mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 03:07:58 +01:00
inteno-netmodes: added uplink_band to broadcom repeater netmodes
This commit is contained in:
parent
abbfb77248
commit
267d65174c
4 changed files with 4 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"acl" : [
|
||||
"admin"
|
||||
],
|
||||
"uplink_band" : "b",
|
||||
"credentials" : 1,
|
||||
"reboot" : 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"acl" : [
|
||||
"admin"
|
||||
],
|
||||
"uplink_band" : "b",
|
||||
"credentials" : 1,
|
||||
"reboot" : 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"excluded_boards" : [
|
||||
"*G*"
|
||||
],
|
||||
"uplink_band": 'b',
|
||||
"uplink_band" : 'b',
|
||||
"credentials" : 1,
|
||||
"reboot" : 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"excluded_boards" : [
|
||||
"*G*"
|
||||
],
|
||||
"uplink_band": 'a',
|
||||
"uplink_band" : 'a',
|
||||
"credentials" : 1,
|
||||
"reboot" : 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue