diff options
| author | Robert Marko | 2025-05-15 12:51:53 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-15 12:57:14 +0000 |
| commit | ca51f7aaf55f7d914c7d352cbc99a5d066463dc8 (patch) | |
| tree | 79e9631f9c5c902db4b4a4c9b1cdda80510000d6 | |
| parent | 51b78aaaae176f369f9cfb96e6d47727808ce11f (diff) | |
| download | openwrt-ca51f7aaf55f7d914c7d352cbc99a5d066463dc8.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/image/ipq60xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |