ath79-generic: (re)add support for NanoStation Loco M5 (XW) (#2562)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-06-25 01:04:44 +02:00 committed by GitHub
parent 73471f24db
commit 10eca3ba0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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
},
})