ramips-mt76x8: add support for TP-Link Archer C20 v4 (#2500)

Co-authored-by: Ilja Gerhardt <ilja@cryptix.net>

Co-authored-by: Ilja Gerhardt <ilja@cryptix.net>
This commit is contained in:
J. Burfeind 2022-05-05 11:10:07 +02:00 committed by GitHub
parent 40f8275918
commit 743ba02fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -323,7 +323,7 @@ ramips-mt76x8
* TP-Link
- Archer C20 (v5)
- Archer C20 (v4, v5)
- Archer C50 (v3)
- Archer C50 (v4)
- RE200 (v2)

View File

@ -32,6 +32,13 @@ device('ravpower-rp-wd009', 'ravpower_rp-wd009')
-- TP-Link
device('tp-link-archer-c20-v4', 'tplink_archer-c20-v4', {
factory = false,
extra_images = {
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
},
})
device('tp-link-archer-c20-v5', 'tplink_archer-c20-v5', {
factory = false,
})