diff mbox series

ath79: D-Link DAP-2680: select QCA9984 firmware

Message ID 20220521095137.31417-1-foss@volatilesystems.org
State Superseded, archived
Headers show
Series ath79: D-Link DAP-2680: select QCA9984 firmware | expand

Commit Message

Stijn Segers May 21, 2022, 9:51 a.m. UTC
The DAP-2680 has a QCA9984 radio [1], but the commit adding support
mistakenly adds the QCA998x firmware package. See forum topic [2].

Fixes 5b58710fad2137eedad874f0fe8fe22082d1edc6.

[1] https://wikidevi.wi-cat.ru/D-Link_DAP-2680_rev_A1
[2] https://forum.openwrt.org/t/missing-5ghz-radio-on-dlink-dap-2680/

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Tested-by: Alessandro Fellin <af.registrazioni@gmail.com>
---
 target/linux/ath79/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 4f36a08ff4..9729eb7555 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -896,7 +896,7 @@  define Device/dlink_dap-2680-a1
   DEVICE_VENDOR := D-Link
   DEVICE_MODEL := DAP-2680
   DEVICE_VARIANT := A1
-  DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct kmod-ath10k-ct
+  DEVICE_PACKAGES := ath10k-firmware-qca9984-ct kmod-ath10k-ct
   IMAGE_SIZE := 15232k
   DAP_SIGNATURE := wapac36_dkbs_dap2680
 endef