aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
diff options
context:
space:
mode:
authorChristoph Krapp <achterin@googlemail.com>2018-11-08 11:09:02 +0000
committerJohn Crispin <john@phrozen.org>2018-11-26 12:05:44 +0100
commit987b961537b7002eda21df97dd8bfebe8882bc6d (patch)
tree43456ad7b5098b52afcca8ebbe909a188c263961 /target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
parent16b950c981c91bcd2dde8bd1c4ed10bf3a6b1763 (diff)
downloadupstream-987b961537b7002eda21df97dd8bfebe8882bc6d.tar.gz
upstream-987b961537b7002eda21df97dd8bfebe8882bc6d.tar.bz2
upstream-987b961537b7002eda21df97dd8bfebe8882bc6d.zip
ar71xx: add support for UniFi-AC-Mesh-Pro
This adds the build option for UniFi AC Mesh Pro as well as model detection for it. The device is a hardware clone of the AC Pro. - SoC: QCA9563-AL3A (775Mhz) - RAM: 128MiB - Flash: 16MiB - dual firmware partitions! - LAN: 2x 1000M - POE+ - Wireless: 2.4G: QCA9563 5G: UniFi Chip, QCA988X compatible Signed-off-by: Christoph Krapp <achterin@googlemail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
index 5ea0028df8..09a0bba867 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-unifiac.c
@@ -176,4 +176,4 @@ static void __init ubnt_unifiac_pro_setup(void)
MIPS_MACHINE(ATH79_MACH_UBNT_UNIFIAC_PRO, "UBNT-UF-AC-PRO",
- "Ubiquiti UniFi-AC-PRO", ubnt_unifiac_pro_setup);
+ "Ubiquiti UniFi-AC-PRO/MESH-PRO", ubnt_unifiac_pro_setup);