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 | 14bd392a1cd0b8e267e4402ae27b3c5a8f66b933 (patch) | |
tree | 71bc23a2e0586e7b22688d4a4530356c92a9363d /target/linux/ipq40xx | |
parent | d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc (diff) | |
download | upstream-14bd392a1cd0b8e267e4402ae27b3c5a8f66b933.tar.gz upstream-14bd392a1cd0b8e267e4402ae27b3c5a8f66b933.tar.bz2 upstream-14bd392a1cd0b8e267e4402ae27b3c5a8f66b933.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>
Diffstat (limited to 'target/linux/ipq40xx')
-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 b1a3bac291..8b504ac84f 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -434,6 +434,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 |