ramips: add support for TP-Link RE205 v2#22000
Open
baslogic wants to merge 1 commit intoopenwrt:mainfrom
Open
Conversation
ccbf319 to
7095be0
Compare
Contributor
|
If you want, you might also add that it requires firmware to be renamed to tp_recovery.bin, if this is the case. |
Author
|
Thanks for the suggestion! For this device family (RE200/RE205), the TFTP recovery filename is actually Reference: https://openwrt.org/toh/tp-link/re200 |
hauke
reviewed
Feb 14, 2026
Add OpenWrt support for the TP-Link RE205 v2 range extender (MT7628AN + MT7610E, 8MB flash, 64MB RAM). - DTS with blue LED GPIOs (39-43) based on RE200 DTSI - Image definition (7808k, kmod-mt76x0e) - LED and network board.d entries grouped with RE205 v3 Depends on: openwrt/firmware-utils#61 Signed-off-by: baslogic <baslogic@gmail.com>
469d49b to
b3dfc67
Compare
Author
|
Moved the tplink-safeloader board entry to a separate firmware-utils PR as requested: This PR now only contains the DTS, image definition, and board.d entries. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add OpenWrt support for the TP-Link RE205 v2 range extender.
The RE205 v2 is a dual-band (2.4GHz + 5GHz) range extender based on the
MT7628AN + MT7610E chipset. It shares the same hardware platform as the
already-supported RE205 v3 and RE200 v4, but with a different board ID
and product version in the TP-Link safeloader format.
Hardware
Changes
mt7628an_tplink_re200.dtsiwith blue LED GPIO mapping (39-43), identical to RE205 v3special_identries extracted from stock firmware, partition table identical to RE200 v4 and RE205 v3kmod-mt76x0efor 5GHz PCIe radioTesting
Installation
Flash via stock TP-Link web UI using the factory image, or via TFTP recovery
(hold reset during power-on, device at 192.168.1.1, TFTP server at 192.168.1.66,
firmware renamed to
test.bin— see RE200 wiki).