mirror of https://github.com/aredn/aredn.git
hardware: Mark devices as supported for 3.16.1.0
Moving devices that have been tested in beta for 3.16.1.0 to supported status
This commit is contained in:
parent
23bc85687c
commit
1adb471d31
|
@ -1051,8 +1051,8 @@ sub hardware_info
|
||||||
},
|
},
|
||||||
'0xe0a5' => {
|
'0xe0a5' => {
|
||||||
'name' => 'NanoStation Loco M5',
|
'name' => 'NanoStation Loco M5',
|
||||||
'comment' => 'NanoStation Loco M5 in testing',
|
'comment' => 'NanoStation Loco M5',
|
||||||
'supported' => '-2',
|
'supported' => '1',
|
||||||
'maxpower' => '22',
|
'maxpower' => '22',
|
||||||
'pwroffset' => '1',
|
'pwroffset' => '1',
|
||||||
'usechains' => 1,
|
'usechains' => 1,
|
||||||
|
@ -1249,8 +1249,8 @@ sub hardware_info
|
||||||
},
|
},
|
||||||
'0xe4a2' => {
|
'0xe4a2' => {
|
||||||
'name' => 'AirRouter',
|
'name' => 'AirRouter',
|
||||||
'comment' => 'AirRouter in testing',
|
'comment' => 'AirRouter',
|
||||||
'supported' => '-2',
|
'supported' => '1',
|
||||||
'maxpower' => '19',
|
'maxpower' => '19',
|
||||||
'pwroffset' => '1',
|
'pwroffset' => '1',
|
||||||
'usechains' => 0,
|
'usechains' => 0,
|
||||||
|
@ -1258,8 +1258,8 @@ sub hardware_info
|
||||||
},
|
},
|
||||||
'0xe4b2' => {
|
'0xe4b2' => {
|
||||||
'name' => 'AirRouter HP',
|
'name' => 'AirRouter HP',
|
||||||
'comment' => 'AirRouter HP in testing',
|
'comment' => 'AirRouter HP',
|
||||||
'supported' => '-2',
|
'supported' => '1',
|
||||||
'maxpower' => '19',
|
'maxpower' => '19',
|
||||||
'pwroffset' => '9',
|
'pwroffset' => '9',
|
||||||
'usechains' => 0,
|
'usechains' => 0,
|
||||||
|
|
Loading…
Reference in New Issue