Skip to content
Snippets Groups Projects
Unverified Commit 1ab1df08 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

ath79-generic: (re)add support for NanoStation Loco M2 (XW) (#2547)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 01a0e42a
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ ath79-generic
* Ubiquiti
- NanoBeam M5 (XW)
- NanoStation Loco M2 (XW)
- NanoStation M2/M5 (XW)
- UniFi AC Lite
- UniFi AC LR
......
......@@ -38,6 +38,7 @@ function M.is_outdoor_device()
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'ubnt,nanobeam-m5-xw',
'ubnt,nanostation-loco-m-xw',
'ubnt,nanostation-m-xw',
'ubnt,unifi-ap-outdoor-plus',
'ubnt,unifiac-mesh',
......
......@@ -424,6 +424,12 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
-- Ubiquiti
device('ubiquiti-nanostation-loco-m-xw', 'ubnt_nanostation-loco-m-xw', {
manifest_aliases = {
'ubiquiti-nanostation-loco-m2-xw', -- upgrade from OpenWrt 19.07
},
})
device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
manifest_aliases = {
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment