Skip to content
Snippets Groups Projects
Unverified Commit 17d1c656 authored by kb-light's avatar kb-light Committed by Matthias Schiffer
Browse files

ramips-mt7621: do not tag ubnt-erx(-sfp) as broken

There is no wifi, so there is no bad wifi.

[Matthias Schiffer: rebase onto master]
parent 64cfd648
No related branches found
No related tags found
No related merge requests found
# D-Link
# BROKEN: No AP+IBSS support, 11s has high packet loss
if [ "$BROKEN" ]; then
## D-Link
device d-link-dir-860l-b1 dir-860l-b1
# Ubiquiti
## ZBT
device zbt-wg3526 zbt-wg3526
factory
fi
# Devices without WLAN
## Ubiquiti
device ubnt-erx ubnt-erx
packages '-hostapd-mini'
......@@ -14,9 +27,3 @@ device ubnt-erx-sfp ubnt-erx-sfp
packages '-hostapd-mini'
factory
sysupgrade '.tar'
# ZBT
device zbt-wg3526 zbt-wg3526
factory
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment