From 806d44b67611b0766787576d7dd0b9c29252cfa4 Mon Sep 17 00:00:00 2001 From: Neal Oakey Date: Thu, 30 Jul 2015 15:11:39 +0200 Subject: [PATCH] TP-Link TL-WA701ND v2: remove BROKEN --- targets/ar71xx-generic/profiles.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index f92058a1..7c339405 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -12,9 +12,7 @@ $(eval $(call GluonModel,CPE510,cpe210-220-510-520,tp-link-cpe520-v1.0)) # TL-WA701N/ND v1, v2 $(eval $(call GluonProfile,TLWA701)) $(eval $(call GluonModel,TLWA701,tl-wa701n-v1,tp-link-tl-wa701n-nd-v1)) -ifeq ($(BROKEN),1) -$(eval $(call GluonModel,TLWA701,tl-wa701nd-v2,tp-link-tl-wa701n-nd-v2)) # BROKEN: untested -endif +$(eval $(call GluonModel,TLWA701,tl-wa701nd-v2,tp-link-tl-wa701n-nd-v2)) # TL-WR703N v1 $(eval $(call GluonProfile,TLWR703))