ramips-mt76x8: add support for TP-Link TL-WA801ND v5
This commit is contained in:
parent
0b6b2be4fe
commit
c30a022e94
@ -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', {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user