aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic.mk
diff options
context:
space:
mode:
authorStijn Segers <foss@volatilesystems.org>2022-05-21 22:59:06 +0200
committerSander Vanheule <sander@svanheule.net>2022-06-11 10:20:06 +0200
commit0dc056eb66e1b3a4a6797bdf91f7362df6ced9c3 (patch)
tree8de49b1b47dade5b4a3c0b5bae130438c565b372 /target/linux/ath79/image/generic.mk
parenta10e0d7d355dfec149e345550e33fa1f63c822c4 (diff)
downloadupstream-0dc056eb66e1b3a4a6797bdf91f7362df6ced9c3.tar.gz
upstream-0dc056eb66e1b3a4a6797bdf91f7362df6ced9c3.tar.bz2
upstream-0dc056eb66e1b3a4a6797bdf91f7362df6ced9c3.zip
ath79: D-Link DAP-2680: select QCA9984 firmware
The DAP-2680 has a QCA9984 radio [1], but the commit adding support mistakenly adds the QCA99x0 firmware package. See forum topic [2]. [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/ Fixes: 5b58710fad21 ("ath79: add support for D-Link DAP-2680 A1") Signed-off-by: Stijn Segers <foss@volatilesystems.org> Tested-by: Alessandro Fellin <af.registrazioni@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r--target/linux/ath79/image/generic.mk2
1 files changed, 1 insertions, 1 deletions
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