From 563f9afcc0b38766b6f1a2b776a44aa0f6e80908 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Sat, 17 Oct 2015 15:14:27 +0200 Subject: [PATCH] ar71xx-generic: remove BROKEN check for TP-LINK CPE210/510 v1.1 --- targets/ar71xx-generic/profiles.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index b47276b69..58136f196 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -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)) -- GitLab