ath79-generic: (re)add Archer C7 v4 (#2497)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-05-05 01:19:29 +02:00 committed by GitHub
parent ab3e831b7c
commit 40f8275918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,7 @@ ath79-generic
- Archer A7 (v5)
- Archer C5 (v1)
- Archer C6 (v2)
- Archer C7 (v2, v5)
- Archer C7 (v2, v4, v5)
- Archer C59 (v1)
- CPE210 (v1.0, v1.1, v2.0)
- CPE220 (v3.0)

View File

@ -319,6 +319,10 @@ device('tp-link-archer-c7-v2', 'tplink_archer-c7-v2', {
packages = ATH10K_PACKAGES_QCA9880,
})
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,
})