mirror of https://github.com/aredn/aredn.git
parent
861de150ea
commit
17c08a8ffa
|
@ -52,6 +52,7 @@ AirRouter HP | airrouter | 32Mb | stable
|
|||
Bullet M2/M2Ti/M5/M5Ti | bullet-m | 32Mb | stable
|
||||
Bullet Ti | bullet-m | 32Mb | stable
|
||||
Bullet M2 XW | rocket-m-xw | 64Mb | stable
|
||||
LiteBeam M5 | lbe-m5 | 64Mb | stable
|
||||
NanoBeam-M2-13/16/19 | loco-m-xw | 32Mb | stable
|
||||
NanoBridge 2G18 | bullet-m | 32Mb | stable
|
||||
NanoBridge 5G22/25 | bullet-m | 32Mb | stable
|
||||
|
|
|
@ -14,6 +14,7 @@ CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-nano-m=y
|
|||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-ti=y
|
||||
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_HAS_SUBTARGETS=y
|
||||
CONFIG_HAS_DEVICES=y
|
||||
CONFIG_TARGET_BOARD="ar71xx"
|
||||
|
|
|
@ -1480,6 +1480,15 @@ sub hardware_info
|
|||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe865' => {
|
||||
'name' => 'LiteBeam M5',
|
||||
'comment' => 'Testing LiteBeam M5',
|
||||
'supported' => '-1',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '6',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe866' => {
|
||||
'name' => 'NanoStation M2 XW',
|
||||
'comment' => '',
|
||||
|
|
Loading…
Reference in New Issue