From ca51f7aaf55f7d914c7d352cbc99a5d066463dc8 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 15 May 2025 14:51:53 +0200 Subject: [PATCH] qualcommax: ipq60xx: fix EAP625-Outdoor HD BDF package name Currently, non existing ipq-wifi package name is selected for EAP625-Outdoor HD, so correct the name. Fixes: 51c1ea08d05a ("qualcommax: ipq60xx: add TP-Link EAP625-Outdoor HD v1 support") Signed-off-by: Robert Marko --- target/linux/qualcommax/image/ipq60xx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qualcommax/image/ipq60xx.mk b/target/linux/qualcommax/image/ipq60xx.mk index 996a33d8ef1..d525390cafa 100644 --- a/target/linux/qualcommax/image/ipq60xx.mk +++ b/target/linux/qualcommax/image/ipq60xx.mk @@ -191,7 +191,7 @@ define Device/tplink_eap625-outdoor-hd-v1 BLOCKSIZE := 128k PAGESIZE := 2048 SOC := ipq6018 - DEVICE_PACKAGES := ipq-wifi-tplink_eap625-outdoor + DEVICE_PACKAGES := ipq-wifi-tplink_eap625-outdoor-hd-v1 IMAGES += web-ui-factory.bin IMAGE/web-ui-factory.bin := append-ubi | tplink-image-2022 TPLINK_SUPPORT_STRING := SupportList:\r\n \ -- 2.47.2