Skip to content
Snippets Groups Projects
Commit 55d2acd7 authored by David Bauer's avatar David Bauer Committed by Andreas Ziegler
Browse files

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
parent 656230a7
No related branches found
No related tags found
No related merge requests found
...@@ -372,6 +372,15 @@ ramips-mt7621 ...@@ -372,6 +372,15 @@ ramips-mt7621
ramips-mt76x8 ramips-mt76x8
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
* GL.iNet
- GL-MT300N v2 [#80211s]_
* TP-Link
- TL-WR841N v13 [#80211s]_
- Archer C50 v3 [#80211s]_
* VoCore * VoCore
- VoCore2 [#80211s]_ - VoCore2 [#80211s]_
......
if [ "$BROKEN" ]; then
# GL.iNet # GL.iNet
device gl-mt300n-v2 gl-mt300n-v2 device gl-mt300n-v2 gl-mt300n-v2
factory factory
# TP-Link # TP-Link
device tp-link-archer-c50-v3 tplink_c50-v3 device tp-link-archer-c50-v3 tplink_c50-v3
...@@ -15,8 +14,6 @@ device tp-link-tl-wr-841n-v13 tl-wr841n-v13 ...@@ -15,8 +14,6 @@ device tp-link-tl-wr-841n-v13 tl-wr841n-v13
factory factory
extra_image -squashfs-tftp-recovery -bootloader .bin extra_image -squashfs-tftp-recovery -bootloader .bin
fi
# VoCore 2 # VoCore 2
......
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