diff --git a/include/profiles.mk b/include/profiles.mk index f71d6846..a8a1700f 100644 --- a/include/profiles.mk +++ b/include/profiles.mk @@ -41,6 +41,10 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr3500-v1-squashfs,tp-link-tl-wdr3500-v1) $(eval $(call GluonModel,TLWDR4300,tl-wdr3600-v1-squashfs,tp-link-tl-wdr3600-v1)) $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1-squashfs,tp-link-tl-wdr4300-v1)) +# TL-WA901N/ND v2 +$(eval $(call GluonProfile,TLWA901)) +$(eval $(call GluonModel,TLWA901,tl-wa901nd-v2-squashfs,tp-link-tl-wa901n-nd-v2)) + # TL-MR3020 v1 $(eval $(call GluonProfile,TLMR3020)) $(eval $(call GluonModel,TLMR3020,tl-mr3020-v1-squashfs,tp-link-tl-mr3020-v1))