diff options
author | package/Ben Greear <greearb@candelatech.com> | 2016-06-22 14:33:26 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-22 14:33:26 +0200 |
commit | 25cee375fbdf79d75a90fe7f0dd8b2e0a6d5164e (patch) | |
tree | e61b1d20402a3915e85baebfc98de567733020fa /package/firmware/ath10k-firmware | |
parent | f11db7026a025fb1d1da37087babc437a3528fd0 (diff) | |
download | master-187ad058-25cee375fbdf79d75a90fe7f0dd8b2e0a6d5164e.tar.gz master-187ad058-25cee375fbdf79d75a90fe7f0dd8b2e0a6d5164e.tar.bz2 master-187ad058-25cee375fbdf79d75a90fe7f0dd8b2e0a6d5164e.zip |
ath10k-ct: Update to latest 10.4.3 CT firmware for 9980 chipsets.
This works around regressions added in the 4.7 kernel.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/firmware/ath10k-firmware')
-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 0700245c33..c196e32d24 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.bin-lede -QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede +QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001 define Download/ath10k-firmware-qca988x URL:=https://www.codeaurora.org/cgit/quic/qsdk/oss/firmware/ath10k-firmware/plain/10.2.4/ @@ -58,7 +58,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:=d01e24eaa7a6fb03db6b5bca44c2394a + MD5SUM:=eb710949ff79142954aadae24616169c endef $(eval $(call Download,ath10k-firmware-qca99x0-ct)) |