From 4883bc7141720ccf5cf6780dfa46b5194bac8e1a Mon Sep 17 00:00:00 2001 From: Christoph Krapp Date: Sun, 15 Jul 2018 18:29:42 +0200 Subject: [PATCH] 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: Christoph Krapp --- targets/ar71xx-generic | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index 1dd8be8a..f9bacace 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -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