diff options
author | Ben Greear <greearb@candelatech.com> | 2016-08-25 15:10:29 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-28 20:59:23 +0200 |
commit | 2ca0cdb7bfa7f8a416c513c95c4194bde91e7026 (patch) | |
tree | 61ba22fddbc282051186452cd97c3b350adc84ba /package/firmware/ath10k-firmware | |
parent | cf76b90a5f32bfadbd2c8d2eaad095fd96ff7961 (diff) | |
download | upstream-2ca0cdb7bfa7f8a416c513c95c4194bde91e7026.tar.gz upstream-2ca0cdb7bfa7f8a416c513c95c4194bde91e7026.tar.bz2 upstream-2ca0cdb7bfa7f8a416c513c95c4194bde91e7026.zip |
ath10k-firmware: Update to latest ath10k-ct 9984 firmware.
Tested briefly on Netgear r7800. Firmware failed to load on first
boot, but then it worked after that and I could not reproduce the
failure.
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 4a34cab2b3..02c1c4b2ec 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -40,7 +40,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.004 -QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.001 +QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-7.bin-lede.004 define Download/ath10k-firmware-qca988x URL:=https://www.codeaurora.org/cgit/quic/qsdk/oss/firmware/ath10k-firmware/plain/10.2.4/ @@ -66,7 +66,7 @@ $(eval $(call Download,ath10k-firmware-qca99x0-ct)) define Download/ath10k-firmware-qca9984-ct URL:=https://www.candelatech.com/downloads/ath10k-9984-10-4/ FILE:=$(QCA9984_FIRMWARE_FILE_CT) - MD5SUM:=747cc1394f15aef97b5ea15e4c208e58 + MD5SUM:=924eb8ea30de11299b13e207469a3350 endef $(eval $(call Download,ath10k-firmware-qca9984-ct)) |