diff options
author | Ben Greear <greearb@candelatech.com> | 2016-08-24 17:19:36 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-28 13:51:41 +0200 |
commit | 3a2d142a3ad940bfb702c96761882f4f5da5f026 (patch) | |
tree | 6b7e87fdf9a9159072f81bbee343a88cf428f3fa /package/firmware/ath10k-firmware/Makefile | |
parent | 1bb914dbedea64a60164f63cbd9ea58359018ddc (diff) | |
download | upstream-3a2d142a3ad940bfb702c96761882f4f5da5f026.tar.gz upstream-3a2d142a3ad940bfb702c96761882f4f5da5f026.tar.bz2 upstream-3a2d142a3ad940bfb702c96761882f4f5da5f026.zip |
ath10k-fw: Update to latest 9980 CT firmware.
This fixes a nasty memory corruption bug, among other things.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/firmware/ath10k-firmware/Makefile')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 146dd5cf06..4a34cab2b3 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -39,7 +39,7 @@ endef QCA988X_FIRMWARE_FILE:=firmware-5.bin_10.2.4.97-1 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.003 +QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.004 QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001 define Download/ath10k-firmware-qca988x @@ -59,7 +59,7 @@ $(eval $(call Download,ath10k-firmware-qca988x-ct)) define Download/ath10k-firmware-qca99x0-ct URL:=https://www.candelatech.com/downloads/ath10k-10-4/ FILE:=$(QCA99X0_FIRMWARE_FILE_CT) - MD5SUM:=90ca7782101346ec674d8dfcff4b4bcb + MD5SUM:=809bb9bf8a18ea218a8e1b9ffc0f8447 endef $(eval $(call Download,ath10k-firmware-qca99x0-ct)) |