Skip to content
Snippets Groups Projects
Unverified Commit 35ed4d2b authored by Ranlvor's avatar Ranlvor
Browse files

Added Support for TP-Link WR843ND

Tests done to verify that this worked as intended:
 * checked plattform_info image_name
 * checked primary_mac
 * does appear in ffmap-d3
 * does mesh
 * does fastd-VPN
parent 2223ccd9
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,10 @@ $(eval $(call GluonProfile,TLWR842)) ...@@ -66,6 +66,10 @@ $(eval $(call GluonProfile,TLWR842))
$(eval $(call GluonModel,TLWR842,tl-wr842n-v1,tp-link-tl-wr842n-nd-v1)) $(eval $(call GluonModel,TLWR842,tl-wr842n-v1,tp-link-tl-wr842n-nd-v1))
$(eval $(call GluonModel,TLWR842,tl-wr842n-v2,tp-link-tl-wr842n-nd-v2)) $(eval $(call GluonModel,TLWR842,tl-wr842n-v2,tp-link-tl-wr842n-nd-v2))
# TL-WR843N/ND v1
$(eval $(call GluonProfile,TLWR843))
$(eval $(call GluonModel,TLWR843,tl-wr843nd-v1,tp-link-tl-wr843n-nd-v1))
# TL-WR941N/ND v2, v3, v4, v5, v6; TL-WR940N/ND v1, v2, v3 # TL-WR941N/ND v2, v3, v4, v5, v6; TL-WR940N/ND v1, v2, v3
$(eval $(call GluonProfile,TLWR941)) $(eval $(call GluonProfile,TLWR941))
$(eval $(call GluonModel,TLWR941,tl-wr941nd-v2,tp-link-tl-wr941n-nd-v2)) $(eval $(call GluonModel,TLWR941,tl-wr941nd-v2,tp-link-tl-wr941n-nd-v2))
......
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