Merge pull request #2626 from FreifunkChemnitz/re305
ramips-mt76x8: add support for TP-Link RE305 v1
This commit is contained in:
commit
87ee387e66
@ -391,6 +391,7 @@ ramips-mt76x8
|
||||
- Archer C50 (v3)
|
||||
- Archer C50 (v4)
|
||||
- RE200 (v2)
|
||||
- RE305 (v1) [#device-class-tiny]
|
||||
- TL-MR3020 (v3)
|
||||
- TL-MR3420 (v5)
|
||||
- TL-WA801ND (v5)
|
||||
@ -451,7 +452,7 @@ Footnotes
|
||||
|
||||
.. [#device-class-tiny]
|
||||
These devices only support a subset of Gluons capabilities due to flash or memory
|
||||
size constraints. Devices are classified as tiny in they provide less than 7M of usable
|
||||
size constraints. Devices are classified as tiny if they provide less than 7M of usable
|
||||
flash space or have a low amount of system memory. For more information, see the
|
||||
developer documentation: :ref:`device-class-definition`.
|
||||
|
||||
|
@ -60,6 +60,10 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', {
|
||||
|
||||
device('tp-link-re200-v2', 'tplink_re200-v2')
|
||||
|
||||
device('tp-link-re305', 'tplink_re305-v1', {
|
||||
class = 'tiny', -- Only 6M of usable Firmware space
|
||||
})
|
||||
|
||||
device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
|
||||
factory = false,
|
||||
extra_images = {
|
||||
|
Loading…
Reference in New Issue
Block a user