Skip to content

Commit

Permalink
ath79-generic: (re)add support for unifiac-pro (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark4MD authored Apr 17, 2022
1 parent 1252871 commit f63fa83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ath79-generic
- UniFi AC Lite
- UniFi AC LR
- UniFi AC Mesh
- UniFi AC Pro
- UniFi AP
- UniFi AP LR
- UniFi AP PRO
Expand Down
5 changes: 5 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ device('ubiquiti-unifi-ac-mesh', 'ubnt_unifiac-mesh', {
packages = ATH10K_PACKAGES_QCA9880,
})

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

device('ubiquiti-unifi-ap', 'ubnt_unifi', {
aliases = {
'ubiquiti-unifi-ap-lr',
Expand Down

0 comments on commit f63fa83

Please sign in to comment.