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).
This commit is contained in:
parent
5746fb08c4
commit
a6bce7959d
@ -366,6 +366,13 @@ ramips-mt7621
|
||||
- WG3526-16M [#80211s]_
|
||||
- WG3526-32M [#80211s]_
|
||||
|
||||
ramips-mt76x8
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
* VoCore
|
||||
|
||||
- VoCore2 [#80211s]_
|
||||
|
||||
ramips-rt305x
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user