[source] lantiq: enable missing ath10k firmware for BT Home Hub 5A
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 1 09:34:12 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=941ebafda08074c7aa03e63d435ce433a7f20027
commit 941ebafda08074c7aa03e63d435ce433a7f20027
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Aug 1 18:29:23 2016 +0200
lantiq: enable missing ath10k firmware for BT Home Hub 5A
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/lantiq/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index f45da41..00d2b02 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -590,7 +590,7 @@ TARGET_DEVICES += ARV7519RW22
define Device/BTHOMEHUBV5A
$(Device/NAND)
DEVICE_TITLE := BT Home Hub 5A
- DEVICE_PACKAGES := kmod-ath9k kmod-ath10k wpad-mini kmod-usb-dwc2
+ DEVICE_PACKAGES := kmod-ath9k kmod-ath10k ath10k-firmware-qca988x wpad-mini kmod-usb-dwc2
endef
TARGET_DEVICES += BTHOMEHUBV5A
More information about the lede-commits
mailing list