diff options
author | Sven Eckelmann <sven@narfation.org> | 2021-09-11 08:33:30 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-09-19 20:01:00 +0200 |
commit | 5eb6d7a358df7e7b87b9f54ce2b17111c6f3567d (patch) | |
tree | d2d02d61faa05a3015fad9e97baa78882b26c9cb /target/linux/ipq40xx/image | |
parent | 15780763c49909732831ef32942a69881e1d564a (diff) | |
download | upstream-5eb6d7a358df7e7b87b9f54ce2b17111c6f3567d.tar.gz upstream-5eb6d7a358df7e7b87b9f54ce2b17111c6f3567d.tar.bz2 upstream-5eb6d7a358df7e7b87b9f54ce2b17111c6f3567d.zip |
ipq40xx: Select correct board-2.bin for EnGenius EMR3500
The board data file for the EnGenius EMR3500 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: 3f61e5e1b97e ("ipq40xx: add support for EnGenius EMR3500")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
(cherry picked from commit 14bd392a1cd0b8e267e4402ae27b3c5a8f66b933)
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 6f88e3178a..99881b70a5 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -424,6 +424,7 @@ define Device/engenius_emr3500 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_emr3500 endef TARGET_DEVICES += engenius_emr3500 |