Skip to content

Commit

Permalink
Merge pull request #2448 from AiyionPrime/ath79-migrate-unifi-ac-lite
Browse files Browse the repository at this point in the history
ath79-generic: (re)add unifi-ac-{lite,lr}
  • Loading branch information
neocturne authored Apr 2, 2022
2 parents 6fe1e64 + d3a2c65 commit 332944a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ ath79-generic

* Ubiquiti

- UniFi AC Lite
- UniFi AC LR
- UniFi AC Mesh
- UniFi AP
- UniFi AP LR
Expand Down
10 changes: 10 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,16 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')

-- Ubiquiti

device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})

device('ubiquiti-unifi-ac-lr', 'ubnt_unifiac-lr', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})

device('ubiquiti-unifi-ac-mesh', 'ubnt_unifiac-mesh', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
Expand Down

0 comments on commit 332944a

Please sign in to comment.