add support for TP-LINK TL-WA830RE v1.0

final image name is shown as tp-link-tl-wa830re-v10

primary mac is the one printed on the case
This commit is contained in:
Florian Klink 2015-05-20 21:23:56 +02:00
parent 80906c2a0c
commit b3f44325c4
1 changed files with 3 additions and 2 deletions

View File

@ -83,9 +83,10 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1,tp-link-tl-wdr4300-v1))
$(eval $(call GluonProfile,TLWA750))
$(eval $(call GluonModel,TLWA750,tl-wa750re-v1,tp-link-tl-wa750re-v1))
ifeq ($(BROKEN),1)
# TL-WA830RE v2
# TL-WA830RE v1.0, v2
$(eval $(call GluonProfile,TLWA830))
$(eval $(call GluonModel,TLWA830,tl-wa830re-v1,tp-link-tl-wa830re-v10))
ifeq ($(BROKEN),1)
$(eval $(call GluonModel,TLWA830,tl-wa830re-v2,tp-link-tl-wa830re-v2))
endif