diff options
| author | Sven Eckelmann | 2021-09-11 06:33:30 +0000 |
|---|---|---|
| committer | David Bauer | 2021-09-19 18:00:50 +0000 |
| commit | 15780763c49909732831ef32942a69881e1d564a (patch) | |
| tree | c982390bcee0b09ed433a00cf85a94599e7ceee2 | |
| parent | c37a9e506c6e53c80fe37a8eb7ac435eb966fa76 (diff) | |
| download | openwrt-15780763c49909732831ef32942a69881e1d564a.tar.gz | |
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>
(cherry picked from commit d9f4a4280e674ddb4ec75ae2d73b0f86e0c282cc)
| -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 a435a127fa..6f88e3178a 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -409,6 +409,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 |