From: Ben Greear Date: Wed, 16 Nov 2016 20:18:59 +0000 (-0800) Subject: ath10k-ct-firmware: Update to latest firmwares. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=4592067a24322558ea9b19bdc2e2a8291838dde6 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 --- 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))