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:
parent
48c18e82e2
commit
680d0c08cb
@ -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)
|
||||
|
@ -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