mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 19:05:29 +08:00
mac80211: fix selecting of ath10k -ct firmware typo
This commit is contained in:
parent
9ea93a089a
commit
7a58740a2e
@ -17,6 +17,6 @@ DEFAULT_PACKAGES += \
|
|||||||
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
||||||
kmod-ath10k-ct wpad-mini \
|
kmod-ath10k-ct wpad-mini \
|
||||||
kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \
|
kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \
|
||||||
ath10k-firmware-qca4019-ct-ct
|
ath10k-firmware-qca4019-ct
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile
|
NAME:=Default Profile
|
||||||
PRIORITY:=1
|
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
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user