aredn: Add definitions for Mikrotik RB-911G-5HPnD

This commit is contained in:
Joe Ayers 2018-12-18 19:33:29 -08:00 committed by Joe AE6XE
parent cf463159aa
commit 588b59cf65
3 changed files with 11 additions and 1 deletions

View File

@ -99,6 +99,7 @@ Mikrotik hAP ac lite 952Ui-5ac2nD | mikrotik-rb-nor-flash-16M-ac | 64Mb | stable
Mikrotik RBLHG-5nD | mikrotik-rb-nor-flash-16M | 64Mb | stable
Mikrotik RBLHG-5HPnD-XL | mikrotik-rb-nor-flash-16M | 64Mb | stable
Mikrotik LDF-5nD | mikrotik-rb-nor-flash-16M | 64Mb | stable
Mikrotik QRT5 RB911G-5HPnD-QRT | mikrotik-nand-large | 64Mb | stable
Latest Mikrotik installation options are found at: https://www.arednmesh.org/content/installation-instructions-mikrotik-devices

View File

@ -24,7 +24,7 @@ case "$BOARD_TYPE" in
airrouter)
LINK1LED=$(readlink -f '/sys/class/leds/ubnt:green:globe')
;;
rb-912uag-5hpnd)
rb-912uag-5hpnd|rb-911g-5hpnd)
LINK1LED=$(readlink -f '/sys/class/leds/rb:green:led1')
;;
rb-lhg-5nd|rb-lhg-5hpnd-xl|rb-ldf-5nd)

View File

@ -1092,6 +1092,15 @@ sub hardware_info
'rfband' => '5800ubntus',
'chanpower' => { 133 => '15', 141 => '26', 143 => '25' , 149 => '15' , 165 => '14', 166 => '25' },
},
'Mikrotik RouterBOARD 911G-5HPnD' => {
'name' => 'Mikrotik RouterBOARD 911G-5HPnD',
'comment' => '',
'supported' => '1',
'maxpower' => '30',
'pwroffset' => '0',
'usechains' => 1,
'rfband' => '5800ubntus',
},
'MikroTik RouterBOARD 952Ui-5ac2nD' => {
'name' => 'MikroTik RouterBOARD 952Ui-5ac2nD',
'comment' => '',