ar71xx-generic: TP-Link WBS210/510: remove BROKEN (#1002)

This commit is contained in:
kb-light 2017-01-09 22:25:16 +01:00 committed by Matthias Schiffer
parent 99471f8d5d
commit d3bc378536
2 changed files with 5 additions and 5 deletions

View File

@ -192,6 +192,8 @@ ar71xx-generic
- TL-WR941ND (v2, v3, v4, v5, v6)
- TL-WR1043N/ND (v1, v2, v3, v4)
- TL-WR2543N/ND (v1)
- WBS210 (v1.20)
- WBS510 (v1.20)
* Ubiquiti

View File

@ -11,7 +11,7 @@ endif
## TP-Link
# CPE210/220/510/520
# CPE210/220/510/520; WBS210/510
$(eval $(call GluonProfile,CPE510,rssileds))
$(eval $(call GluonModel,CPE510,cpe210-220,tp-link-cpe210-v1.0))
@ -24,10 +24,8 @@ $(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe510-v1.1))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe520-v1.0))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe520-v1.1))
ifneq ($(BROKEN),)
$(eval $(call GluonModel,CPE510,wbs210,tp-link-wbs210-v1.20)) # BROKEN: untested
$(eval $(call GluonModel,CPE510,wbs510,tp-link-wbs510-v1.20)) # BROKEN: untested
endif
$(eval $(call GluonModel,CPE510,wbs210,tp-link-wbs210-v1.20))
$(eval $(call GluonModel,CPE510,wbs510,tp-link-wbs510-v1.20))
# TL-WA701N/ND v1, v2
$(eval $(call GluonProfile,TLWA701))