Skip to content

Commit

Permalink
ath79-generic: (re)add support for UniFi AC Mesh
Browse files Browse the repository at this point in the history
Gone due to
commit 45c84a1 ("ar71xx: drop target")
  • Loading branch information
AiyionPrime committed Mar 24, 2022
1 parent 086aa7a commit 1a257ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ ath79-generic
- TL-WDR4300 (v1)
- WBS210 (v2.0)

* Ubiquiti

- UniFi AC Mesh

ath79-nand
----------

Expand Down
7 changes: 7 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,10 @@ device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')

device('tp-link-wbs210-v2', 'tplink_wbs210-v2')

-- Ubiquiti

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

0 comments on commit 1a257ef

Please sign in to comment.