mirror of https://github.com/aredn/aredn.git
Add nanobeaml ac gen1 xc
This commit is contained in:
parent
3366f9baa6
commit
f57a2ac647
|
@ -42,7 +42,8 @@ Bullet M2 | 2 | ath79 | tiny | ubnt_bullet-m-ar7241 | 32MB | stable | sunset
|
|||
Bullet M2 XW | 2 | ath79 | generic | ubnt_bullet-m-xw | 64MB | unknown | released
|
||||
LiteBeam AC5 Gen2 | 5 | ath79 | generic | ubnt_litebeam-ac-gen2 | 64MB | stable | nightly
|
||||
LiteBeam M5 | 5 | ath79 | - | - | 64MB | unknown | released
|
||||
NanoBeam AC 5 | 5 | ath79 | generic | ubnt_nanobeam-ac | 64MB | unknown | nightly
|
||||
NanoBeam AC 5 (WA) | 5 | ath79 | generic | ubnt_nanobeam-ac | 64MB | unknown | nightly
|
||||
NanoBeam AC 5 (XC) | 5 | ath79 | generic | ubnt_nanobeam-ac-xc | 64MB | unknown | nightly
|
||||
NanoBeam AC 5 Gen 2 | 5 | ath79 | generic | ubnt_nanobeam-ac-gen2 | 128MB | stable | nightly
|
||||
NanoBeam M2-13 | 2 | ath79 | - | - | 32MB | unknown | sunset
|
||||
NanoBeam M5-16 | 5| ath79 | - | - | 32MB | unknown | sunset
|
||||
|
|
|
@ -26,6 +26,7 @@ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_bullet-m-xw=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=y
|
||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac-xc=y
|
||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-m5-xw=y
|
||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-ac=y
|
||||
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-loco-m-xw=y
|
||||
|
|
|
@ -943,6 +943,15 @@
|
|||
"usechains" : true,
|
||||
"rfband" : "5800ubntus"
|
||||
},
|
||||
"0xe4f5": {
|
||||
"name" : "Ubiquiti NanoBeam AC (XC)",
|
||||
"comment" : "",
|
||||
"supported" : "1",
|
||||
"maxpower" : "27",
|
||||
"pwroffset" : "0",
|
||||
"usechains" : true,
|
||||
"rfband" : "5800ubntus"
|
||||
},
|
||||
"0xe5e5" : {
|
||||
"name" : "Ubiquiti PowerBeam M5 300-ISO",
|
||||
"comment" : "",
|
||||
|
|
Loading…
Reference in New Issue