ramips-mt76x8: remove broken flag (#1608)
This commit removes the broken flag from all devices in the mt76x8 subtarget. The stability of the mt76 driver for the mt7628 and mt7612 has greatly improved in the last half-year. It might be still behind ath9k and ath10k but it is suitable for daily use. This affects the following devices: - GL.iNet MT300N v2 - TP-Link Archer C50 v3 - TP-Link TL-WR841 v13
This commit is contained in:
parent
656230a79f
commit
55d2acd709
@ -372,6 +372,15 @@ ramips-mt7621
|
||||
ramips-mt76x8
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
* GL.iNet
|
||||
|
||||
- GL-MT300N v2 [#80211s]_
|
||||
|
||||
* TP-Link
|
||||
|
||||
- TL-WR841N v13 [#80211s]_
|
||||
- Archer C50 v3 [#80211s]_
|
||||
|
||||
* VoCore
|
||||
|
||||
- VoCore2 [#80211s]_
|
||||
|
@ -1,10 +1,9 @@
|
||||
if [ "$BROKEN" ]; then
|
||||
|
||||
# GL.iNet
|
||||
|
||||
device gl-mt300n-v2 gl-mt300n-v2
|
||||
factory
|
||||
|
||||
|
||||
# TP-Link
|
||||
|
||||
device tp-link-archer-c50-v3 tplink_c50-v3
|
||||
@ -15,8 +14,6 @@ device tp-link-tl-wr-841n-v13 tl-wr841n-v13
|
||||
factory
|
||||
extra_image -squashfs-tftp-recovery -bootloader .bin
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# VoCore 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user