Skip to content
Snippets Groups Projects
Unverified Commit 7f3824ff authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind Committed by GitHub
Browse files

Merge pull request #2871 from AiyionPrime/backport-2700-to-v2022.1.x

[Backport v2022.1.x] targets/ramips-mt76x8: add device TP-Link RE200 V3
parents 1005cdd1 e3068698
No related branches found
No related tags found
No related merge requests found
...@@ -415,7 +415,7 @@ ramips-mt76x8 ...@@ -415,7 +415,7 @@ ramips-mt76x8
- Archer C20 (v4, v5) - Archer C20 (v4, v5)
- Archer C50 (v3) - Archer C50 (v3)
- Archer C50 (v4) - Archer C50 (v4)
- RE200 (v2) - RE200 (v2, v3)
- RE305 (v1) [#device-class-tiny] - RE305 (v1) [#device-class-tiny]
- TL-MR3020 (v3) - TL-MR3020 (v3)
- TL-MR3420 (v5) - TL-MR3420 (v5)
......
...@@ -60,6 +60,8 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', { ...@@ -60,6 +60,8 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', {
device('tp-link-re200-v2', 'tplink_re200-v2') device('tp-link-re200-v2', 'tplink_re200-v2')
device('tp-link-re200-v3', 'tplink_re200-v3')
device('tp-link-re305', 'tplink_re305-v1', { device('tp-link-re305', 'tplink_re305-v1', {
class = 'tiny', -- Only 6M of usable Firmware space class = 'tiny', -- Only 6M of usable Firmware space
}) })
......
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