Add experimental support for the TP-Link Archer C7 v2

This commit is contained in:
Matthias Schiffer 2014-08-16 18:31:55 +02:00
parent c504c5e118
commit 70e72db074

View File

@ -73,6 +73,11 @@ $(eval $(call GluonProfile,TLMR3420))
$(eval $(call GluonModel,TLMR3420,tl-mr3420-v1-squashfs,tp-link-tl-mr3420-v1))
$(eval $(call GluonModel,TLMR3420,tl-mr3420-v2-squashfs,tp-link-tl-mr3420-v2))
ifeq ($(BROKEN),1)
# Archer C7 v2
$(eval $(call GluonProfile,ARCHERC7,kmod-ath10k))
$(eval $(call GluonModel,ARCHERC7,archer-c7-v2-squashfs,tp-link-archer-c7-v2))
endif
## Ubiquiti (everything)
$(eval $(call GluonProfile,UBNT))