Explorar o código

ar71xx: add missing ath10k firmware for Archer C5/C7

Fixes #758
Matthias Schiffer %!s(int64=8) %!d(string=hai) anos
pai
achega
2b01506b71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      targets/ar71xx-generic/profiles.mk

+ 1 - 1
targets/ar71xx-generic/profiles.mk

@@ -151,7 +151,7 @@ $(eval $(call GluonModel,TLWR2543,tl-wr2543-v1,tp-link-tl-wr2543n-nd-v1))
 
 ifeq ($(BROKEN),1)
 # Archer C5 v1, C7 v2
-$(eval $(call GluonProfile,ARCHERC7,kmod-ath10k))
+$(eval $(call GluonProfile,ARCHERC7,kmod-ath10k ath10k-firmware-qca988x-ct))
 $(eval $(call GluonModel,ARCHERC7,archer-c5,tp-link-archer-c5-v1)) # BROKEN: ath10k
 $(eval $(call GluonModel,ARCHERC7,archer-c7-v2,tp-link-archer-c7-v2)) # BROKEN: ath10k
 endif