[openwrt/openwrt] ath79: add support for TP-Link EAP265 HD

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 27 11:31:44 PDT 2022


svanheule pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8fa4361f55c48c7f1e103782fee6f739b873cbee

commit 8fa4361f55c48c7f1e103782fee6f739b873cbee
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Wed Apr 27 17:27:28 2022 +0200

    ath79: add support for TP-Link EAP265 HD
    
    The EAP265 HD is a rebadged EAP245v3, so images are compatible with both
    devices.
    
    Link: https://fccid.io/TE7EAP265HD/Letter/6-Request-for-FCC-Change-ID-4823578.pdf
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
 target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts | 2 +-
 target/linux/ath79/image/generic-tp-link.mk         | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts b/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts
index ee9f5ff5c7..5d789d7869 100644
--- a/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts
@@ -7,7 +7,7 @@
 
 / {
 	compatible = "tplink,eap245-v3", "qca,qca9563";
-	model = "TP-Link EAP245 v3";
+	model = "TP-Link EAP245 v3 / EAP265 HD v1";
 
 	aliases {
 		led-boot = &led_status_green;
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 6479f6e26a..ce0f81be6e 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -451,6 +451,9 @@ define Device/tplink_eap245-v3
   IMAGE_SIZE := 14592k
   DEVICE_MODEL := EAP245
   DEVICE_VARIANT := v3
+  DEVICE_ALT0_VENDOR := $$(DEVICE_VENDOR)
+  DEVICE_ALT0_MODEL := EAP265 HD
+  DEVICE_ALT0_VARIANT := v1
   DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca99x0-ct
   TPLINK_BOARD_ID := EAP245-V3
 endef




More information about the lede-commits mailing list