diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-09-26 21:30:59 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-09-27 00:22:13 +0200 |
commit | 3fa7e62cec16393d09a914e3c36a14df8353c608 (patch) | |
tree | 41979d3f5c174f69aeb705a1255d83371fcdf9b9 /target/linux/ipq806x/profiles/00-default.mk | |
parent | 2a64c7ea74f03466896626bd6cc70c8bdae6fd81 (diff) | |
download | upstream-3fa7e62cec16393d09a914e3c36a14df8353c608.tar.gz upstream-3fa7e62cec16393d09a914e3c36a14df8353c608.tar.bz2 upstream-3fa7e62cec16393d09a914e3c36a14df8353c608.zip |
mac80211: fix selecting of ath10k -ct firmware
There is not firmware file with -ct-ct postfix, remove one -ct.
Fixes: 61b5b4971e7d ("mac80211: make ath10k-ct the default ath10k")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ipq806x/profiles/00-default.mk')
-rw-r--r-- | target/linux/ipq806x/profiles/00-default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/profiles/00-default.mk b/target/linux/ipq806x/profiles/00-default.mk index ea0c5623f6..ce746c608e 100644 --- a/target/linux/ipq806x/profiles/00-default.mk +++ b/target/linux/ipq806x/profiles/00-default.mk @@ -1,7 +1,7 @@ define Profile/Default NAME:=Default Profile PRIORITY:=1 - PACKAGES:=ath10k-firmware-qca99x0-ct-ct ath10k-firmware-qca988x-ct-ct ath10k-firmware-qca9984-ct-ct + PACKAGES:=ath10k-firmware-qca99x0-ct ath10k-firmware-qca988x-ct ath10k-firmware-qca9984-ct endef define Profile/Default/Description |