ath79-generic: Fix autoupdater for Loco M XW from v2021.1.x to v2022.1.x (#2664)

Ubiquiti Nanostation Loco M XW was renamed in v2022.1.x, but the alias to the old name was missing, so devices running the old release did not update.
This commit is contained in:
goligo 2022-10-12 01:21:32 +02:00 committed by GitHub
parent 33adfb1aeb
commit d3a220d10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,6 +511,7 @@ device('tp-link-wbs510-v1', 'tplink_wbs510-v1', {
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
manifest_aliases = {
'ubiquiti-loco-m-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
},