diff options
author | Sven Eckelmann <sven@narfation.org> | 2021-09-11 08:33:30 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-12 18:52:30 +0200 |
commit | d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc (patch) | |
tree | 02043399f3784451240cdd777f906517a0a5ff77 /target/linux/ipq40xx/image | |
parent | c6a2ffd505cf7b8ce7ea0424a7709bb8f73e6999 (diff) | |
download | upstream-d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc.tar.gz upstream-d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc.tar.bz2 upstream-d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc.zip |
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: 51f303597839 ("ipq40xx: add support for EnGenius EMD1")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index c7e3583613..b1a3bac291 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -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 |