Skip to content
Snippets Groups Projects
Unverified Commit 743ba02f authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

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


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

Co-authored-by: default avatarIlja Gerhardt <ilja@cryptix.net>
parent 40f82759
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ ramips-mt76x8
* TP-Link
- Archer C20 (v5)
- Archer C20 (v4, v5)
- Archer C50 (v3)
- Archer C50 (v4)
- RE200 (v2)
......
......@@ -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,
})
......
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