Skip to content
Snippets Groups Projects
Unverified Commit 7d0d9ba3 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2916 from achterin/ath79-ubiquiti-nanobeam-ac-19

ath79-generic: add support for Ubiquiti NanoBeam 5AC 19 (XC)
parents 1ccbc197 26a599dd
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ ath79-generic
* Ubiquiti
- NanoBeam 5AC 19 (XC)
- NanoBeam M5 (XW)
- NanoStation Loco M2/M5 (XW)
- NanoStation M2/M5 (XW)
......
......@@ -40,6 +40,7 @@ function M.is_outdoor_device()
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'tplink,wbs510-v1',
'ubnt,nanobeam-ac-xc',
'ubnt,nanobeam-m5-xw',
'ubnt,nanostation-loco-m-xw',
'ubnt,nanostation-m-xw',
......
......@@ -591,6 +591,10 @@ device('ubiquiti-unifi-ap', 'ubnt_unifi', {
},
})
device('ubiquiti-nanobeam-ac-gen1-xc', 'ubnt_nanobeam-ac-xc', {
packages = ATH10K_PACKAGES_QCA9880,
})
device('ubiquiti-nanobeam-m5-xw', 'ubnt_nanobeam-m5-xw')
device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus', {
......
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