mirror of https://github.com/aredn/aredn.git
feature: update list of supported devices in prep for 3.19.3.0 release (#382)
This commit is contained in:
parent
bfdee216ba
commit
1495c11498
|
@ -1158,8 +1158,8 @@ sub hardware_info
|
|||
},
|
||||
'MikroTik RouterBOARD LHG 5nD' => {
|
||||
'name' => 'MikroTik RouterBOARD LHG 5nD',
|
||||
'comment' => 'MikroTik RouterBOARD LHG 5nD Testing',
|
||||
'supported' => '-1',
|
||||
'comment' => '',
|
||||
'supported' => '1',
|
||||
'maxpower' => '25',
|
||||
'pwroffset' => '0',
|
||||
'usechains' => 1,
|
||||
|
@ -1167,36 +1167,13 @@ sub hardware_info
|
|||
},
|
||||
'MikroTik RouterBOARD LHG 5HPnD-XL' => {
|
||||
'name' => 'MikroTik RouterBOARD LHG 5HPnD-XL',
|
||||
'comment' => 'MikroTik RouterBOARD LHG 5HPnD-XL Testing',
|
||||
'supported' => '-1',
|
||||
'comment' => '',
|
||||
'supported' => '1',
|
||||
'maxpower' => '28',
|
||||
'pwroffset' => '0',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xc2a2' => {
|
||||
'name' => 'Bullet 2 HP',
|
||||
'comment' => 'Not enough Ram or flash',
|
||||
'supported' => '-1',
|
||||
},
|
||||
'0xc302' => {
|
||||
'name' => 'PicoStation2',
|
||||
'comment' => 'PicoStation2 (NOT M series) in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '16',
|
||||
'pwroffset' => '4',
|
||||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xc3a2' => {
|
||||
'name' => 'PicoStation2 HP',
|
||||
'comment' => 'PicoStation2 HP (NOT M series) in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '10',
|
||||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe005' => {
|
||||
'name' => 'NanoStation M5',
|
||||
'comment' => '',
|
||||
|
@ -1451,8 +1428,8 @@ sub hardware_info
|
|||
},
|
||||
'0xe2c4' => {
|
||||
'name' => 'Bullet M2 XW',
|
||||
'comment' => 'Testing Bullet M2 XW',
|
||||
'supported' => '-1',
|
||||
'comment' => '',
|
||||
'supported' => '1',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '6',
|
||||
'usechains' => 0,
|
||||
|
@ -1514,8 +1491,8 @@ sub hardware_info
|
|||
},
|
||||
'0xe4d5' => {
|
||||
'name' => 'Rocket M5 Titanium',
|
||||
'comment' => 'Rocket M5 Titanium in testing',
|
||||
'supported' => '-2',
|
||||
'comment' => '',
|
||||
'supported' => '1',
|
||||
'maxpower' => '22',
|
||||
'pwroffset' => '5',
|
||||
'usechains' => 1,
|
||||
|
@ -1586,8 +1563,8 @@ sub hardware_info
|
|||
},
|
||||
'0xe865' => {
|
||||
'name' => 'LiteBeam M5',
|
||||
'comment' => 'Testing LiteBeam M5',
|
||||
'supported' => '-1',
|
||||
'comment' => '',
|
||||
'supported' => '1',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '6',
|
||||
'usechains' => 0,
|
||||
|
|
Loading…
Reference in New Issue