From 3fa7e62cec16393d09a914e3c36a14df8353c608 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 26 Sep 2018 21:30:59 +0200 Subject: 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 --- target/linux/ipq806x/profiles/00-default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ipq806x/profiles') 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 -- cgit v1.2.3