From b377eb278d620684b7df90314392eac6a0bc0dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Fr=C3=B6hning?= Date: Thu, 23 Dec 2021 10:39:50 +0100 Subject: [PATCH] targets/ramips-mt76x8: add device TP-Link RE200 V4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richard Fröhning --- targets/ramips-mt76x8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index 24135437..0acb1a41 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -60,6 +60,10 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', { device('tp-link-re200-v2', 'tplink_re200-v2') +device('tp-link-re200-v4', 'tplink_re200-v4', { + broken = true, -- no 5GHz connectivity (scanning works) +}) + device('tp-link-re305', 'tplink_re305-v1', { class = 'tiny', -- Only 6M of usable Firmware space })