From 2f685c21f5cb52e2fa5a2b9e2ca1fa5ae54c5b1b Mon Sep 17 00:00:00 2001 From: David Senoner Date: Tue, 20 May 2025 17:07:19 +0200 Subject: [PATCH] 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 --- 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 0d60d2b95e..17f133c17e 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -778,6 +778,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 -- 2.30.2