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

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

parent 0b6b2be4
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ ramips-mt7620 ...@@ -300,7 +300,7 @@ ramips-mt7620
- WT3020AD/F/H - WT3020AD/F/H
* TP-Link * TP-Link
- Archer C2 v1 - Archer C2 v1
- Archer C20i - Archer C20i
...@@ -350,6 +350,7 @@ ramips-mt76x8 ...@@ -350,6 +350,7 @@ ramips-mt76x8
* TP-Link * TP-Link
- TL-MR3420 v5 - TL-MR3420 v5
- TL-WA801ND v5
- TL-WR841N v13 - TL-WR841N v13
- TL-WR902AC v3 - TL-WR902AC v3
- Archer C50 v3 - Archer C50 v3
......
...@@ -36,6 +36,13 @@ device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', { ...@@ -36,6 +36,13 @@ device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
}, },
}) })
device('tp-link-tl-wa801nd-v5', 'tplink_tl-wa801nd-v5', {
factory = false,
extra_images = {
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
},
})
device('tp-link-tl-wr841n-v13', 'tl-wr841n-v13', { device('tp-link-tl-wr841n-v13', 'tl-wr841n-v13', {
factory = false, factory = false,
extra_images = { 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