Skip to content
Snippets Groups Projects
Unverified Commit a6bce795 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

ramips-mt76x8: remove VoCore 2 BROKEN flag again

The driver has stablized enough to officially support ramips-mt76x8 devices
again. At least remove BROKEN for VoCore 2 (as it was supported before).
parent 5746fb08
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,13 @@ ramips-mt7621
- WG3526-16M [#80211s]_
- WG3526-32M [#80211s]_
ramips-mt76x8
^^^^^^^^^^^^^
* VoCore
- VoCore2 [#80211s]_
ramips-rt305x
^^^^^^^^^^^^^
......
if [ "$BROKEN" ]; then
# GL.iNet
device gl-mt300n-v2 gl-mt300n-v2
......@@ -13,6 +15,8 @@ device tp-link-tl-wr-841n-v13 tl-wr841n-v13
factory
extra_image -squashfs-tftp-recovery -bootloader .bin
fi
# VoCore 2
......
......@@ -15,6 +15,7 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
$(eval $(call GluonTarget,ipq40xx))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt76x8))
$(eval $(call GluonTarget,ramips,rt305x))
endif
......@@ -23,5 +24,4 @@ $(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,ipq806x)) # BROKEN: unstable wifi drivers
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
$(eval $(call GluonTarget,ramips,mt76x8)) # BROKEN: unstable WiFi
endif
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