Skip to content

Commit

Permalink
ath79-generic: Fix autoupdater for Loco M XW from v2021.1.x to v2022.…
Browse files Browse the repository at this point in the history
…1.x (freifunk-gluon#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.
  • Loading branch information
goligo authored and Josha Bartsch committed Apr 12, 2023
1 parent 695c02e commit 3f617e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 3f617e9

Please sign in to comment.