Skip to content
Snippets Groups Projects
Unverified Commit 87ee387e authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2626 from FreifunkChemnitz/re305

ramips-mt76x8: add support for TP-Link RE305 v1
parents 48c18e82 87cd66a0
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,7 @@ ramips-mt76x8 ...@@ -391,6 +391,7 @@ ramips-mt76x8
- Archer C50 (v3) - Archer C50 (v3)
- Archer C50 (v4) - Archer C50 (v4)
- RE200 (v2) - RE200 (v2)
- RE305 (v1) [#device-class-tiny]
- TL-MR3020 (v3) - TL-MR3020 (v3)
- TL-MR3420 (v5) - TL-MR3420 (v5)
- TL-WA801ND (v5) - TL-WA801ND (v5)
...@@ -451,7 +452,7 @@ Footnotes ...@@ -451,7 +452,7 @@ Footnotes
.. [#device-class-tiny] .. [#device-class-tiny]
These devices only support a subset of Gluons capabilities due to flash or memory 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 flash space or have a low amount of system memory. For more information, see the
developer documentation: :ref:`device-class-definition`. developer documentation: :ref:`device-class-definition`.
......
...@@ -60,6 +60,10 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', { ...@@ -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-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', { device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
factory = false, factory = false,
extra_images = { extra_images = {
......
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