[openwrt/openwrt] qualcommax: ipq60xx: fix EAP625-Outdoor HD BDF package name

LEDE Commits lede-commits at lists.infradead.org
Thu May 15 05:57:17 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ca51f7aaf55f7d914c7d352cbc99a5d066463dc8

commit ca51f7aaf55f7d914c7d352cbc99a5d066463dc8
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 15 14:51:53 2025 +0200

    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 <robimarko at gmail.com>
---
 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 996a33d8ef..d525390caf 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 \




More information about the lede-commits mailing list