Skip to content

Commit

Permalink
ath79-generic: (re)add unifi-ap-ac-{lite,lr}
Browse files Browse the repository at this point in the history
Gone due to
commit 45c84a1 ("ar71xx: drop target")
  • Loading branch information
AiyionPrime committed Apr 2, 2022
1 parent dae99b4 commit 44b6494
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -91,6 +91,7 @@ ath79-generic

- UniFi AC Mesh
- UniFi AP
- UniFi AP AC Lite
- UniFi AP AC LR
- UniFi AP LR
- UniFi AP PRO
Expand Down
1 change: 1 addition & 0 deletions package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v3',
'tplink,eap225-outdoor-v1',
'tplink,wbs210-v2',
'ubnt,unifiac-lite',
'ubnt,unifiac-mesh',
}) then
return true
Expand Down
5 changes: 5 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ 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,
Expand Down

0 comments on commit 44b6494

Please sign in to comment.