ramips-mt76x8: add support for TP-Link RE305 v1

Specification:

SoC: MediaTek MT7628AN
RAM: 64MiB
Flash: 8MiB
Wifi:
  - 2.4GHz: MT7628AN
  - 5GHz: MT7612EN
LAN: 1x 10/100 Mbps

Flash instructions:
Flash factory image through stock firmware WEB UI.
Back to stock is possible by using TFTP and stripping down the Firmware
provided by TP-Link to a initramfs.

The flash space between 0x650000 and 0x7f0000
is blank in the stock firmware so I left it out as well.
This commit is contained in:
Steffen Förster 2022-03-13 14:02:46 +01:00
parent 48c18e82e2
commit 680d0c08cb
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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 = {