Skip to content

Commit

Permalink
ath79-generic: (re)add support for archer-c7-v2 (freifunk-gluon#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark4MD committed Mar 29, 2022
1 parent e60b3eb commit 8fdda51
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -72,6 +72,7 @@ ath79-generic

- Archer A7 (v5)
- Archer C6 (v2)
- Archer C7 (v2)
- CPE210 (v1.0, v1.1, v2.0)
- CPE220 (v3.0)
- CPE510 (v1.0, v1.1)
Expand Down
4 changes: 4 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
packages = ATH10K_PACKAGES_QCA9888,
})

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

device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
Expand Down

0 comments on commit 8fdda51

Please sign in to comment.