Skip to content
Snippets Groups Projects
Commit 26a599dd authored by Christoph Krapp's avatar Christoph Krapp
Browse files

ath79-generic: add support for Ubiquiti NanoBeam 5AC 19 (XC)

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