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: 51c1ea08d0
("qualcommax: ipq60xx: add TP-Link EAP625-Outdoor HD v1 support")
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
51b78aaaae
commit
ca51f7aaf5
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue