diff options
author | Ben Greear <greearb@candelatech.com> | 2016-11-16 12:18:59 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-22 10:50:59 +0100 |
commit | 4592067a24322558ea9b19bdc2e2a8291838dde6 (patch) | |
tree | 037f38880e32820b68a6a2d5e32349cb93f28337 | |
parent | f94bee8c027ebe15e97ef89038764f0ca3d62be7 (diff) | |
download | upstream-4592067a24322558ea9b19bdc2e2a8291838dde6.tar.gz upstream-4592067a24322558ea9b19bdc2e2a8291838dde6.tar.bz2 upstream-4592067a24322558ea9b19bdc2e2a8291838dde6.zip |
ath10k-ct-firmware: Update to latest firmwares.
The 10.1 includes a good many stability fixes related to the effort of
backporting upstream 10.2 firmware. Also enables 802.1q vlan support.
Successfully tested on apu2.
The 10.4 firmwares including new backported code as well as stability
fixes. 10.4 has been tested on Fedora x86-64 platforms, but not on LEDE
specifically since I had issues compiling LEDE for my 9980/9984 AP hardware.
Signed-off-by: Ben Greear <greearb@candelatech.com>
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index d63c86749b..08fe5917a7 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -67,28 +67,28 @@ $(Package/ath10k-firmware-default) CATEGORY:=Firmware endef -QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community.bin-18.rc1-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.004 +QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community.bin-18.rc2-lede +QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-8.bin-lede.005 +QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-8.bin-lede.005 define Download/ath10k-firmware-qca988x-ct URL:=https://www.candelatech.com/downloads/ FILE:=$(QCA988X_FIRMWARE_FILE_CT) - MD5SUM:=89b436bad5d80c57bbf74e498095c9d2 + MD5SUM:=665482e1fd20a410627996c9a0b93411 endef $(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:=809bb9bf8a18ea218a8e1b9ffc0f8447 + MD5SUM:=a63d9651e884bbb38ed6ff722f6c6951 endef $(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:=924eb8ea30de11299b13e207469a3350 + MD5SUM:=b2427376dbfdb083b3d27cf42b2c525d endef $(eval $(call Download,ath10k-firmware-qca9984-ct)) |