From 9c9c35183d4d96773f9ebb0a18e2488790f3d1d5 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Sat, 18 Jun 2022 08:51:25 +0200 Subject: [PATCH] ath79-generic: (re)add support for NanoStation Loco M5 (XW) 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 f1aee74f..389ac3d5 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -104,7 +104,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 120ca28b..bcd1e50c 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -429,6 +429,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 }, })