Skip to content
Snippets Groups Projects
Unverified Commit 948d3e10 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

ath79-generic: (re)add support for archer-c59-v1 (#2489)

parent 4ec8c4db
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ ath79-generic
- Archer C5 (v1)
- Archer C6 (v2)
- Archer C7 (v2, v5)
- Archer C59 (v1)
- CPE210 (v1.0, v1.1, v2.0)
- CPE220 (v3.0)
- CPE510 (v1.0, v1.1)
......
......@@ -317,6 +317,10 @@ device('tp-link-archer-c7-v5', 'tplink_archer-c7-v5', {
packages = ATH10K_PACKAGES_QCA9880,
})
device('tp-link-archer-c59-v1', 'tplink_archer-c59-v1', {
packages = ATH10K_PACKAGES_QCA9888,
})
device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment