From 10eca3ba0e565efdda27a334e417a5292cdec00e Mon Sep 17 00:00:00 2001
From: "J. Burfeind" <git@aiyionpri.me>
Date: Sat, 25 Jun 2022 01:04:44 +0200
Subject: [PATCH] ath79-generic: (re)add support for NanoStation Loco M5 (XW)
 (#2562)

Gone due to
commit 45c84a117bf8 ("ar71xx: drop target")
---
 docs/user/supported_devices.rst | 2 +-
 targets/ath79-generic           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 33005a077..0818d7204 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -108,7 +108,7 @@ ath79-generic
 * Ubiquiti
 
   - NanoBeam M5 (XW)
-  - NanoStation Loco M2 (XW)
+  - NanoStation Loco M2/M5 (XW)
   - NanoStation M2/M5 (XW)
   - UniFi AC Lite
   - UniFi AC LR
diff --git a/targets/ath79-generic b/targets/ath79-generic
index 8c31fafec..e1f2a3cc9 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -440,6 +440,7 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
 device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
 	manifest_aliases = {
 		'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
+		'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
 	},
 })
 
-- 
GitLab