This commit is contained in:
Sven Eckelmann 2017-01-07 00:14:44 +00:00 committed by GitHub
commit e2276d0552
2 changed files with 5 additions and 1 deletions

View File

@ -158,7 +158,7 @@ ar71xx-generic
* TP-Link
- Archer C5 (v1) [#ath10k]_
- Archer C7 (v2) [#ath10k]_
- Archer C7 (v1, v2) [#ath10k]_
- CPE210 (v1.0, v1.1)
- CPE220 (v1.0, v1.1)
- CPE510 (v1.0, v1.1)

View File

@ -182,6 +182,10 @@ ifneq ($(ATH10K_FIRMWARE),)
$(eval $(call GluonProfile,ARCHERC5,kmod-ath10k-ct $(ATH10K_FIRMWARE),ARCHERC7))
$(eval $(call GluonModel,ARCHERC5,archer-c5,tp-link-archer-c5-v1))
# Archer C7 v1
$(eval $(call GluonProfile,ARCHERC7V1,kmod-ath10k $(ATH10K_FIRMWARE),ARCHERC7))
$(eval $(call GluonModel,ARCHERC7V1,archer-c7-v1,tp-link-archer-c7-v1))
# Archer C7 v2
$(eval $(call GluonProfile,ARCHERC7,kmod-ath10k-ct $(ATH10K_FIRMWARE)))
$(eval $(call GluonProfileFactorySuffix,ARCHERC7,-squashfs-factory$(if $(GLUON_REGION),-$(GLUON_REGION)),.bin))