Skip to content

Commit

Permalink
ath79: add support for TP-Link EAP265 HD
Browse files Browse the repository at this point in the history
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@svanheule.net>
  • Loading branch information
svanheule committed Apr 27, 2022
1 parent 0f207ad commit 8fa4361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions target/linux/ath79/image/generic-tp-link.mk
Expand Up @@ -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
Expand Down

0 comments on commit 8fa4361

Please sign in to comment.