summaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-07-21 16:52:41 -0700
committerFelix Fietkau <nbd@nbd.name>2016-07-23 12:28:33 +0200
commit9971ab04572dd315b113c78c8086b0539ca30924 (patch)
tree136228a046afd29d03143809cc1ec693603bd7b7 /package/firmware
parenteb8ffbebf87645268a76c97b53d89305ca364258 (diff)
downloadmaster-31e0f0ae-9971ab04572dd315b113c78c8086b0539ca30924.tar.gz
master-31e0f0ae-9971ab04572dd315b113c78c8086b0539ca30924.tar.bz2
master-31e0f0ae-9971ab04572dd315b113c78c8086b0539ca30924.zip
ath10k-ct-firmware: Update to latest 9880 firmware.
Fixes some issues with AES encryption and macbooks. Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ath10k-firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 170a6c9cf3..4210772955 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -38,7 +38,7 @@ $(Package/ath10k-firmware-default)
endef
QCA988X_FIRMWARE_FILE:=firmware-5.bin_10.2.4.97-1
-QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-16.bin-lede
+QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-16.1.bin-lede
QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001
define Download/ath10k-firmware-qca988x
@@ -51,7 +51,7 @@ $(eval $(call Download,ath10k-firmware-qca988x))
define Download/ath10k-firmware-qca988x-ct
URL:=https://www.candelatech.com/downloads/
FILE:=$(QCA988X_FIRMWARE_FILE_CT)
- MD5SUM:=5b651c0458bcf5c20701308b5e519976
+ MD5SUM:=d7e081e9782936ed544b78994c9133fb
endef
$(eval $(call Download,ath10k-firmware-qca988x-ct))