[openwrt/openwrt] ramips: Add support for TP-Link Archer A5 v6 (EU)
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 18 12:45:13 PST 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/68f098820597228b431f101351620cd4c6e10c86
commit 68f098820597228b431f101351620cd4c6e10c86
Author: David Senoner <seda18 at rolmail.net>
AuthorDate: Tue May 20 17:07:19 2025 +0200
ramips: Add support for TP-Link Archer A5 v6 (EU)
According to the TP-Link websites the Archer C50 v6 EU is the same model
as the Archer A5 v6 EU. Installation method is the same as the C50 v6, as
they are basically the same hardware.
The commit is based on e9ac1b1.
Signed-off-by: David Senoner <seda18 at rolmail.net>
---
target/linux/ramips/image/mt76x8.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index d5e4c45301..2b099cfaa8 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -824,6 +824,8 @@ define Device/tplink_archer-c50-v6
IMAGE_SIZE := 7616k
DEVICE_MODEL := Archer C50
DEVICE_VARIANT := v6 (CA/EU/RU)
+ DEVICE_ALT0_MODEL := Archer A5
+ DEVICE_ALT0_VARIANT := v6 (CA/EU/RU)
TPLINK_FLASHLAYOUT := 8MSUmtk
TPLINK_HWID := 0x0C500006
TPLINK_HWREVADD := 0x6
More information about the lede-commits
mailing list