Skip to content
Snippets Groups Projects
Unverified Commit 08ce23fc authored by Raziel Kretschmer's avatar Raziel Kretschmer Committed by GitHub
Browse files

ramips-mt76x8: add support for TP-Link TL-WR902AC v4 (#3491)

parent 84fb35d0
No related branches found
No related tags found
No related merge requests found
...@@ -533,7 +533,7 @@ ramips-mt76x8 ...@@ -533,7 +533,7 @@ ramips-mt76x8
- TL-MR6400 (v5) - TL-MR6400 (v5)
- TL-WA801ND (v5) - TL-WA801ND (v5)
- TL-WR841N (v13) - TL-WR841N (v13)
- TL-WR902AC (v3) - TL-WR902AC (v3, v4)
* VoCore * VoCore
......
...@@ -106,6 +106,13 @@ device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', { ...@@ -106,6 +106,13 @@ device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
}, },
}) })
device('tp-link-tl-wr902ac-v4', 'tplink_tl-wr902ac-v4', {
factory = false,
extra_images = {
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
},
})
-- VoCore 2 -- VoCore 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment