mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
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:51f3035978
("ipq40xx: add support for EnGenius EMD1") Signed-off-by: Sven Eckelmann <sven@narfation.org> (cherry picked from commitd9f4a4280e
)
This commit is contained in:
parent
c37a9e506c
commit
15780763c4
@ -409,6 +409,7 @@ define Device/engenius_emd1
|
|||||||
IMAGES += factory.bin
|
IMAGES += factory.bin
|
||||||
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
|
||||||
IMAGE/factory.bin := qsdk-ipq-factory-nor | check-size
|
IMAGE/factory.bin := qsdk-ipq-factory-nor | check-size
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-engenius_emd1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += engenius_emd1
|
TARGET_DEVICES += engenius_emd1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user