Skip to content
Snippets Groups Projects
Commit 70e72db0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Add experimental support for the TP-Link Archer C7 v2

parent c504c5e1
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,11 @@ $(eval $(call GluonProfile,TLMR3420)) ...@@ -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-v1-squashfs,tp-link-tl-mr3420-v1))
$(eval $(call GluonModel,TLMR3420,tl-mr3420-v2-squashfs,tp-link-tl-mr3420-v2)) $(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) ## Ubiquiti (everything)
$(eval $(call GluonProfile,UBNT)) $(eval $(call GluonProfile,UBNT))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment