diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-16 15:08:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-16 15:08:57 +0100 |
commit | f3b866f93a6d379752be15d698a1345e50b351f3 (patch) | |
tree | 5fec511470132cf6618671b13ec21af1fe223853 | |
parent | 3a1e3b4e0d3828abc04cc4422b16486f561a4a15 (diff) | |
download | upstream-f3b866f93a6d379752be15d698a1345e50b351f3.tar.gz upstream-f3b866f93a6d379752be15d698a1345e50b351f3.tar.bz2 upstream-f3b866f93a6d379752be15d698a1345e50b351f3.zip |
ath10k-firmware: fix typo
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 458dd82ec9..b5b911240c 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -88,7 +88,7 @@ define Download/ath10k-firmware-qca99x0-ct endef $(eval $(call Download,ath10k-firmware-qca99x0-ct)) -QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-8.bin-lede.006 +QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-8.bin-lede.005 define Download/ath10k-firmware-qca9984-ct $(call Download/ct-firmware,QCA9984,ath10k-9984-10-4) MD5SUM:=b2427376dbfdb083b3d27cf42b2c525d |