From 110d74768979c22eac388ec0252523c029408a45 Mon Sep 17 00:00:00 2001 From: kb-light Date: Mon, 30 Oct 2017 07:30:17 +0100 Subject: [PATCH] targets: do not tag ubnt-erx(-sfp) as broken there is no wifi, so there is no bad wifi. --- targets/ramips-mt7621 | 3 +++ targets/targets.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index a8546913..41300674 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -1,6 +1,9 @@ # D-Link +# BROKEN: No AP+IBSS support, 11s has high packet loss +if [ "$BROKEN" ]; then device d-link-dir-860l-b1 dir-860l-b1 +fi # Ubiquiti diff --git a/targets/targets.mk b/targets/targets.mk index e89e13a5..8ee42147 100644 --- a/targets/targets.mk +++ b/targets/targets.mk @@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ar71xx,nand)) $(eval $(call GluonTarget,brcm2708,bcm2708)) $(eval $(call GluonTarget,brcm2708,bcm2709)) $(eval $(call GluonTarget,mpc85xx,generic)) +$(eval $(call GluonTarget,ramips,mt7621)) $(eval $(call GluonTarget,x86,generic)) $(eval $(call GluonTarget,x86,geode)) $(eval $(call GluonTarget,x86,64)) @@ -14,7 +15,6 @@ $(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested $(eval $(call GluonTarget,ipq806x)) # BROKEN: Untested $(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support $(eval $(call GluonTarget,ramips,mt7620)) # BROKEN: No AP+IBSS support -$(eval $(call GluonTarget,ramips,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss $(eval $(call GluonTarget,ramips,mt7628)) # BROKEN: No AP+IBSS support $(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support $(eval $(call GluonTarget,sunxi)) # BROKEN: Untested