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

ath79-generic: (re)add support for UniFi AC Mesh (#2428)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 1bfad8ff
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ ath79-generic ...@@ -85,6 +85,7 @@ ath79-generic
* Ubiquiti * Ubiquiti
- UniFi AC Mesh
- UniFi AP - UniFi AP
- UniFi AP LR - UniFi AP LR
......
...@@ -35,6 +35,7 @@ function M.is_outdoor_device() ...@@ -35,6 +35,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v3', 'tplink,cpe510-v3',
'tplink,eap225-outdoor-v1', 'tplink,eap225-outdoor-v1',
'tplink,wbs210-v2', 'tplink,wbs210-v2',
'ubnt,unifiac-mesh',
}) then }) then
return true return true
......
...@@ -310,6 +310,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2') ...@@ -310,6 +310,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
-- Ubiquiti -- Ubiquiti
device('ubiquiti-unifi-ac-mesh', 'ubnt_unifiac-mesh', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})
device('ubiquiti-unifi-ap', 'ubnt_unifi', { device('ubiquiti-unifi-ap', 'ubnt_unifi', {
aliases = { aliases = {
'ubiquiti-unifi-ap-lr', 'ubiquiti-unifi-ap-lr',
......
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