Skip to content
Snippets Groups Projects
Unverified Commit 3a75bc43 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #2580 from AiyionPrime/ath79-migrate-ubiquiti-rocket-m2

ath79-generic: (re)add Rocket M2/M5 (XM)
parents debe71d7 97efc8ab
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ ath79-generic
- NanoBeam M5 (XW)
- NanoStation Loco M2/M5 (XW)
- NanoStation M2/M5 (XW)
- Rocket M2/M5 (XM)
- UniFi AC Lite
- UniFi AC LR
- UniFi AC Mesh
......
......@@ -43,6 +43,7 @@ function M.is_outdoor_device()
'ubnt,nanobeam-m5-xw',
'ubnt,nanostation-loco-m-xw',
'ubnt,nanostation-m-xw',
'ubnt,rocket-m',
'ubnt,unifi-ap-outdoor-plus',
'ubnt,unifiac-mesh',
'ubnt,unifiac-mesh-pro',
......
......@@ -557,6 +557,14 @@ device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
},
})
device('ubiquiti-rocket-m-xm', 'ubnt_rocket-m', {
manifest_aliases = {
'ubiquiti-rocket-m', -- upgrade from OpenWrt 19.07
'ubiquiti-rocket-m2', -- upgrade from OpenWrt 19.07
'ubiquiti-rocket-m5', -- 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