Merge pull request #2700 from misanthropos/re200v3

targets/ramips-mt76x8: add device TP-Link RE200 V3
This commit is contained in:
Jan-Niklas Burfeind 2022-12-02 16:15:31 +01:00 committed by GitHub
commit aa6853dddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -402,7 +402,7 @@ ramips-mt76x8
- Archer C20 (v4, v5)
- Archer C50 (v3, v4)
- RE200 (v2)
- RE200 (v2, v3)
- RE305 (v1) [#device-class-tiny]
- TL-MR3020 (v3)
- TL-MR3420 (v5)

View File

@ -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-v3', 'tplink_re200-v3')
device('tp-link-re305', 'tplink_re305-v1', {
class = 'tiny', -- Only 6M of usable Firmware space
})