diff --git a/SUPPORTED_DEVICES.md b/SUPPORTED_DEVICES.md index 08dcebad..7d5253a9 100644 --- a/SUPPORTED_DEVICES.md +++ b/SUPPORTED_DEVICES.md @@ -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 diff --git a/configs/ath79-generic.config b/configs/ath79-generic.config index b84c705b..583647fb 100644 --- a/configs/ath79-generic.config +++ b/configs/ath79-generic.config @@ -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 diff --git a/files/etc/radios.json b/files/etc/radios.json index 247e33fb..385b0a24 100644 --- a/files/etc/radios.json +++ b/files/etc/radios.json @@ -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" : "",