mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
3fa7e62cec
There is not firmware file with -ct-ct postfix, remove one -ct.
Fixes: 61b5b4971e
("mac80211: make ath10k-ct the default ath10k")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
284 B
Makefile
11 lines
284 B
Makefile
define Profile/Default
|
|
NAME:=Default Profile
|
|
PRIORITY:=1
|
|
PACKAGES:=ath10k-firmware-qca99x0-ct ath10k-firmware-qca988x-ct ath10k-firmware-qca9984-ct
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most boards.
|
|
endef
|
|
$(eval $(call Profile,Default))
|