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

ath79-generic: (re)add NanoStation M2/M5 (XW) (#2443)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 332944af
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ ath79-generic
* Ubiquiti
- NanoStation M2/M5 (XW)
- UniFi AC Lite
- UniFi AC LR
- UniFi AC Mesh
......
......@@ -47,6 +47,7 @@ if platform.match('ath79', 'generic', {
'tplink,cpe210-v2',
'tplink,cpe510-v1',
'tplink,wbs210-v2',
'ubnt,nanostation-m-xw',
'ubnt,unifi-ap-pro',
}) then
lan_ifname, wan_ifname = wan_ifname, lan_ifname
......
......@@ -35,6 +35,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v3',
'tplink,eap225-outdoor-v1',
'tplink,wbs210-v2',
'ubnt,nanostation-m-xw',
'ubnt,unifiac-mesh',
}) then
return true
......
......@@ -333,6 +333,13 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
-- Ubiquiti
device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
manifest_aliases = {
'ubiquiti-nanostation-m2-xw', -- upgrade from OpenWrt 19.07
'ubiquiti-nanostation-m5-xw', -- upgrade from OpenWrt 19.07
},
})
device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
......
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