Skip to content
Snippets Groups Projects
Commit 350fe73f authored by Andreas Ziegler's avatar Andreas Ziegler Committed by Martin Weinelt
Browse files

ramips-mt76x8: add support for TP-Link TL-MR3420 v5

parent 2eb15bac
No related branches found
No related tags found
No related merge requests found
......@@ -381,6 +381,7 @@ ramips-mt76x8
* TP-Link
- TL-MR3420 v5 [#80211s]_
- TL-WR841N v13 [#80211s]_
- Archer C50 v3 [#80211s]_
- Archer C50 v4 [#80211s]_
......
......@@ -25,6 +25,13 @@ device('tp-link-archer-c50-v4', 'tplink_c50-v4', {
factory = false,
})
device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
factory = false,
extra_images = {
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
},
})
device('tp-link-tl-wr841n-v13', 'tl-wr841n-v13', {
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