Skip to content

Commit

Permalink
ath79-generic: (re)add support for UniFi AC Mesh (freifunk-gluon#2428)
Browse files Browse the repository at this point in the history
Gone due to
commit 45c84a1 ("ar71xx: drop target")
  • Loading branch information
AiyionPrime authored and Josha Bartsch committed Apr 12, 2023
1 parent edf1dca commit 9da8fe0
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 @@ -85,6 +85,7 @@ ath79-generic

* Ubiquiti

- UniFi AC Mesh
- UniFi AP
- UniFi AP LR

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-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 @@ -310,6 +310,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2')

-- Ubiquiti

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

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

0 comments on commit 9da8fe0

Please sign in to comment.