netmode: exclude norrland from existing modes

This commit is contained in:
Sukru Senli 2019-05-22 16:07:04 +02:00
parent 47d2fb3113
commit ef0f38499a
4 changed files with 8 additions and 4 deletions

View file

@ -12,7 +12,8 @@
"CG300", "CG300",
"CG301", "CG301",
"EX400", "EX400",
"SDX810-AP" "SDX810-AP",
"NORRLAND"
], ],
"acl" : [ "acl" : [
"admin", "admin",

View file

@ -9,7 +9,8 @@
], ],
"excluded_boards" : [ "excluded_boards" : [
"*G*", "*G*",
"F*" "F*",
"NORRLAND"
], ],
"uplink_band" : 'a', "uplink_band" : 'a',
"downlink_band" : 'a b', "downlink_band" : 'a b',

View file

@ -9,7 +9,8 @@
], ],
"excluded_boards" : [ "excluded_boards" : [
"EX4*", "EX4*",
"SDX810-AP" "SDX810-AP",
"NORRLAND"
], ],
"credentials" : 0 "credentials" : 0
} }

View file

@ -9,7 +9,8 @@
], ],
"excluded_boards" : [ "excluded_boards" : [
"*G*", "*G*",
"F*" "F*",
"NORRLAND"
], ],
"reboot" : 0, "reboot" : 0,
"credentials" : 0 "credentials" : 0