ar71xx-generic: remove BROKEN check for TP-LINK CPE210/510 v1.1

This commit is contained in:
Matthias Schiffer 2015-10-17 15:14:27 +02:00
parent 3b4f154445
commit 563f9afcc0
1 changed files with 0 additions and 2 deletions

View File

@ -9,12 +9,10 @@ $(eval $(call GluonModel,CPE510,cpe210-220-510-520,tp-link-cpe510-v1.0))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe210-v1.0))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe220-v1.0))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe520-v1.0))
ifeq ($(BROKEN),1)
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe210-v1.1))
$(eval $(call GluonModelAlias,CPE510,tp-link-cpe510-v1.0,tp-link-cpe220-v1.1))
$(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.1))
endif
# TL-WA701N/ND v1, v2
$(eval $(call GluonProfile,TLWA701))