ath79-generic: Fix autoupdater for Loco M XW from v2021.1.x to v2022.1.x (#2667)
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.
(cherry picked from commit dc8055682e
)
Co-authored-by: goligo <ich@malte.de>
This commit is contained in:
parent
da41247139
commit
9667075b54
@ -503,6 +503,7 @@ device('tp-link-wbs510-v1', 'tplink_wbs510-v1', {
|
|||||||
|
|
||||||
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
|
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
||||||
|
'ubiquiti-loco-m-xw', -- upgrade from OpenWrt 19.07
|
||||||
'ubiquiti-nanostation-loco-m2-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
|
'ubiquiti-nanostation-loco-m5-xw', -- upgrade from OpenWrt 19.07
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user