I will test the new firmware files. :) A quick workaround is to use the openwrt mirror:
diff --git a/package/firmware/ath10k-ct-firmware/Makefile b/package/firmware/ath10k-ct-firmware/Makefile index c298f80186..fcc49543dd 100644 --- a/package/firmware/ath10k-ct-firmware/Makefile +++ b/package/firmware/ath10k-ct-firmware/Makefile @@ -78,21 +78,21 @@ CT_FIRMWARE_FILE_FULL_HTT = $(1)-$($(1)_FIRMWARE_FILE_CT_FULL_HTT) CT_FIRMWARE_FILE_HTT = $(1)-$($(1)_FIRMWARE_FILE_CT_HTT) define Download/ct-firmware - URL:=https://www.candelatech.com/downloads/$(2) + URL:=https://sources.openwrt.org/ FILE:=$(call CT_FIRMWARE_FILE,$(1)) - URL_FILE:=$($(1)_FIRMWARE_FILE_CT) + URL_FILE:=$(call CT_FIRMWARE_FILE,$(1)) endef define Download/ct-firmware-full-htt - URL:=https://www.candelatech.com/downloads/$(2) + URL:=https://sources.openwrt.org/ FILE:=$(call CT_FIRMWARE_FILE_FULL_HTT,$(1)) - URL_FILE:=$($(1)_FIRMWARE_FILE_CT_FULL_HTT) + URL_FILE:=$(call CT_FIRMWARE_FILE_FULL_HTT,$(1)) endef define Download/ct-firmware-htt - URL:=https://www.candelatech.com/downloads/$(2) + URL:=https://sources.openwrt.org/ FILE:=$(call CT_FIRMWARE_FILE_HTT,$(1)) - URL_FILE:=$($(1)_FIRMWARE_FILE_CT_HTT) + URL_FILE:=$(call CT_FIRMWARE_FILE_HTT,$(1)) endef QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-22.bin.lede.019 On 11/7/20 6:54 PM, Nick wrote: > I fixed the hash values: https://github.com/openwrt/openwrt/pull/3573 > Not sure why the hash is suddenly different for all firmware files? > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel