Skip to content
Snippets Groups Projects
Commit d9f4a428 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Adrian Schmutzler
Browse files

ipq40xx: Select correct board-2.bin for EnGenius EMD1


The board data file for the EnGenius EMD1 is not part of the default
board-2.bin which is shipped by ath10k-board-qca4019. As result, the wrong
calibration information will be loaded into the wifi chip.

Fixes: 51f30359 ("ipq40xx: add support for EnGenius EMD1")
Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent c6a2ffd5
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,7 @@ define Device/engenius_emd1
IMAGES += factory.bin
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
IMAGE/factory.bin := qsdk-ipq-factory-nor | check-size
DEVICE_PACKAGES := ipq-wifi-engenius_emd1
endef
TARGET_DEVICES += engenius_emd1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment