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/ipq40xx/Makefile | |
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/ipq40xx/Makefile')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index d3da63b551..7d3b857eb4 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -17,6 +17,6 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ath10k-ct wpad-mini \ kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \ - ath10k-firmware-qca4019-ct-ct + ath10k-firmware-qca4019-ct $(eval $(call BuildTarget)) |