ramips-mt76x8: add support for TP-Link TL-MR3020 v3
This commit is contained in:
parent
7ee910e1b5
commit
9741fb316d
@ -351,6 +351,7 @@ ramips-mt76x8
|
|||||||
|
|
||||||
* TP-Link
|
* TP-Link
|
||||||
|
|
||||||
|
- TL-MR3020 v3
|
||||||
- TL-MR3420 v5
|
- TL-MR3420 v5
|
||||||
- TL-WA801ND v5
|
- TL-WA801ND v5
|
||||||
- TL-WR841N v13
|
- TL-WR841N v13
|
||||||
|
@ -29,6 +29,13 @@ device('tp-link-archer-c50-v4', 'tplink_c50-v4', {
|
|||||||
factory = false,
|
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', {
|
device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
|
||||||
factory = false,
|
factory = false,
|
||||||
extra_images = {
|
extra_images = {
|
||||||
|
Loading…
Reference in New Issue
Block a user