mirror of https://github.com/aredn/aredn.git
Support for LiteBeam AC / LiteAP AC
This commit is contained in:
parent
79a5880b21
commit
2e64928bfa
|
@ -43,6 +43,7 @@ Bullet M5 || 5 | ath79 | tiny (2) | ubnt_bullet-m-ar7241 | 32MB | stable | sunse
|
||||||
Bullet M5Ti || 5 | ath79 | - | - | 32MB | unknown | sunset
|
Bullet M5Ti || 5 | ath79 | - | - | 32MB | unknown | sunset
|
||||||
Bullet M2 || 2 | ath79 | tiny (2) | ubnt_bullet-m-ar7241 | 32MB | stable | sunset
|
Bullet M2 || 2 | ath79 | tiny (2) | ubnt_bullet-m-ar7241 | 32MB | stable | sunset
|
||||||
Bullet M2 XW || 2 | ath79 | generic | ubnt_bullet-m-xw | 64MB | unknown | released
|
Bullet M2 XW || 2 | ath79 | generic | ubnt_bullet-m-xw | 64MB | unknown | released
|
||||||
|
LiteAP 5AC | LAP-120 <nbr> LAP-120-US <br> LBE-5AC-16-120 <br> LBE-5AC-16-120-US | 5 | ath79 | generic | ubnt_lap-120 | 64MB | stable | nightly
|
||||||
LiteBeam AC5 Gen2 | LBE-5AC <br> LBE-5AC-US | 5 | ath79 | generic | ubnt_litebeam-ac-gen2 | 64MB | stable | nightly
|
LiteBeam AC5 Gen2 | LBE-5AC <br> LBE-5AC-US | 5 | ath79 | generic | ubnt_litebeam-ac-gen2 | 64MB | stable | nightly
|
||||||
LiteBeam M5 || 5 | ath79 | - | - | 64MB | unknown | released
|
LiteBeam M5 || 5 | ath79 | - | - | 64MB | unknown | released
|
||||||
NanoBeam AC 5 (WA) || 5 | ath79 | generic | ubnt_nanobeam-ac | 64MB | unknown | nightly
|
NanoBeam AC 5 (WA) || 5 | ath79 | generic | ubnt_nanobeam-ac | 64MB | unknown | nightly
|
||||||
|
|
|
@ -23,6 +23,7 @@ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_tplink_wbs510-v2=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-m-xw=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-m-xw=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-ac=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-ac=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-m-xw=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-m-xw=y
|
||||||
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_lap-120=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_litebeam-ac-gen2=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_litebeam-ac-gen2=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac-gen2=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac-gen2=y
|
||||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac=y
|
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac=y
|
||||||
|
|
|
@ -1033,6 +1033,15 @@
|
||||||
"usechains" : true,
|
"usechains" : true,
|
||||||
"rfband" : "5800ubntus"
|
"rfband" : "5800ubntus"
|
||||||
},
|
},
|
||||||
|
"0xe8e5": {
|
||||||
|
"name" : "Ubiquiti LiteAP 5AC",
|
||||||
|
"comment" : "",
|
||||||
|
"supported" : "1",
|
||||||
|
"maxpower" : "25",
|
||||||
|
"pwroffset" : "1",
|
||||||
|
"usechains" : true,
|
||||||
|
"rfband" : "5800ubntus"
|
||||||
|
},
|
||||||
"0xe805" : {
|
"0xe805" : {
|
||||||
"name" : "Ubiquiti NanoStation M5",
|
"name" : "Ubiquiti NanoStation M5",
|
||||||
"comment" : "",
|
"comment" : "",
|
||||||
|
|
Loading…
Reference in New Issue