diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-01 18:29:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-01 18:32:36 +0200 |
commit | 941ebafda08074c7aa03e63d435ce433a7f20027 (patch) | |
tree | 9fda55d0758e6d379f44790ff5cf9fe9472cd7a4 | |
parent | 83175687c81bee594885d0738cfd488673f5a3fb (diff) | |
download | upstream-941ebafda08074c7aa03e63d435ce433a7f20027.tar.gz upstream-941ebafda08074c7aa03e63d435ce433a7f20027.tar.bz2 upstream-941ebafda08074c7aa03e63d435ce433a7f20027.zip |
lantiq: enable missing ath10k firmware for BT Home Hub 5A
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index f45da41dfc..00d2b02e1f 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 |