Skip to content

Commit

Permalink
targets/ath79-generic: add ath10k-based boards to sync with recent list
Browse files Browse the repository at this point in the history
add ath10k based boards
* tp-link-archer-c59-v1
* tp-link-archer-c7-v4
* tp-link-archer-c7-v5
* ubnt_unifiac-mesh
* ubnt_unifiac-pro
  • Loading branch information
SvenRoederer committed Mar 8, 2020
1 parent da61b1b commit 5d9abcd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,29 @@ device('ocedo-raccoon', 'ocedo_raccoon', {

-- TP-Link

device('tp-link-archer-c59-v1', 'tplink_archer-c59-v1', {
packages = ATH10K_PACKAGES_QCA9888,
})

device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
packages = ATH10K_PACKAGES_QCA9888,
})

device('tp-link-archer-c7-v4', 'tplink_archer-c7-v4', {
packages = ATH10K_PACKAGES_QCA9880,
})

device('tp-link-archer-c7-v5', 'tplink_archer-c7-v5', {
packages = ATH10K_PACKAGES_QCA9880,
})

-- Ubiquiti

device('ubnt_unifiac-mesh', 'ubnt_unifiac-mesh', {
packages = ATH10K_PACKAGES_QCA9880,
})

device('ubnt_unifiac-pro', 'ubnt_unifiac-pro', {
packages = ATH10K_PACKAGES_QCA9880,
})

0 comments on commit 5d9abcd

Please sign in to comment.