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

This commit is contained in:
Jan Alexander 2020-01-31 19:05:04 +01:00 committed by David Bauer
parent 7ee910e1b5
commit 9741fb316d
2 changed files with 8 additions and 0 deletions

View File

@ -351,6 +351,7 @@ ramips-mt76x8
* TP-Link
- TL-MR3020 v3
- TL-MR3420 v5
- TL-WA801ND v5
- TL-WR841N v13

View File

@ -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 = {