aredn: add support for GL-USB150 Microuter

This commit is contained in:
Joe Ayers 2019-05-04 19:28:39 -07:00 committed by Joe AE6XE
parent 8aeb64f323
commit e15021dc66
3 changed files with 11 additions and 0 deletions

View File

@ -98,6 +98,7 @@ 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
GL.iNet GL-AR150 | gl-ar150 | 64Mb | stable
GL.iNet GL-USB150 | gl-usb150 | 64Mb | stable
Latest Mikrotik installation options are found at: https://www.arednmesh.org/content/installation-instructions-mikrotik-devices

View File

@ -21,6 +21,7 @@ CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-xw=y
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m=y
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-lbe-m5=y
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-ar150=y
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-usb150=y
CONFIG_HAS_SUBTARGETS=y
CONFIG_HAS_DEVICES=y
CONFIG_TARGET_BOARD="ar71xx"

View File

@ -991,6 +991,15 @@ sub hardware_info
'usechains' => 0,
'rfband' => '2400',
},
'GL.iNet GL-USB150' => {
'name' => 'GL.iNet GL-USB150',
'comment' => '',
'supported' => '1',
'maxpower' => '20',
'pwroffset' => '0',
'usechains' => 0,
'rfband' => '2400',
},
'TP-Link CPE210 v1.0' => {
'name' => 'TP-Link CPE210 v1.0',
'comment' => '',