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

Add support for TL-WA830RE v2 (untested)

parent 27655d21
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,12 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1-squashfs,tp-link-tl-wdr4300-v1) ...@@ -67,6 +67,12 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1-squashfs,tp-link-tl-wdr4300-v1)
$(eval $(call GluonProfile,TLWA750)) $(eval $(call GluonProfile,TLWA750))
$(eval $(call GluonModel,TLWA750,tl-wa750re-v1-squashfs,tp-link-tl-wa750re-v1)) $(eval $(call GluonModel,TLWA750,tl-wa750re-v1-squashfs,tp-link-tl-wa750re-v1))
ifeq ($(BROKEN),1)
# TL-WA830RE v2
$(eval $(call GluonProfile,TLWA830))
$(eval $(call GluonModel,TLWA830,tl-wa830re-v2-squashfs,tp-link-tl-wa830re-v2))
endif
# TL-WA850RE v1 # TL-WA850RE v1
$(eval $(call GluonProfile,TLWA850)) $(eval $(call GluonProfile,TLWA850))
$(eval $(call GluonModel,TLWA850,tl-wa850re-v1-squashfs,tp-link-tl-wa850re-v1)) $(eval $(call GluonModel,TLWA850,tl-wa850re-v1-squashfs,tp-link-tl-wa850re-v1))
......
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