Skip to content
Snippets Groups Projects
Commit 4883bc71 authored by Christoph Krapp's avatar Christoph Krapp Committed by Andreas Ziegler
Browse files

ar71xx: add support for TP-Link RE355 (#1478)


Support is marked as broken because this device is sold in two variants,
one with 64M RAM and another with 128M. As of now 64M is not enough
for ath10k with 5GHz enabled.
As there is no indication known which variant one will get better mark
it as broken.

Signed-off-by: default avatarChristoph Krapp <achterin@googlemail.com>
parent 81756ad7
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,10 @@ if [ "$BROKEN" ]; then
device tp-link-archer-c60-v1 archer-c60-v1 # BROKEN: OOM with 5GHz enabled in most environments
fi
if [ "$BROKEN" ]; then
device tp-link-re355 re355-v1 # BROKEN: OOM with 5GHz enabled in most environments if device is 64M RAM variant
fi
device tp-link-re450 re450-v1
packages $ATH10K_PACKAGES
......
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