Skip to content
Snippets Groups Projects
Commit 9741fb31 authored by Jan Alexander's avatar Jan Alexander Committed by David Bauer
Browse files

ramips-mt76x8: add support for TP-Link TL-MR3020 v3

parent 7ee910e1
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,7 @@ ramips-mt76x8
* TP-Link
- TL-MR3020 v3
- TL-MR3420 v5
- TL-WA801ND v5
- TL-WR841N v13
......
......@@ -29,6 +29,13 @@ device('tp-link-archer-c50-v4', 'tplink_c50-v4', {
factory = false,
})
device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
factory = false,
extra_images = {
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
},
})
device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
factory = false,
extra_images = {
......
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