mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
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@svanheule.net>
This commit is contained in:
parent
0f207ade12
commit
8fa4361f55
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user