From 08ea643f95fd3dfd64b9dee53bc897a65a79bd2c Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Tue, 4 Mar 2025 16:53:20 +0100 Subject: [PATCH] ramips-mt76x8: add support for Cudy TR1200 v1 Signed-off-by: David Bauer <mail@david-bauer.net> --- docs/user/supported_devices.rst | 1 + targets/ramips-mt76x8 | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 2784b950..4d50f5a4 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -506,6 +506,7 @@ ramips-mt76x8 * Cudy + - TR1200 (v1) - WR1000 (v1) * GL.iNet diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index 79fa4d79..b625a81a 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -1,5 +1,9 @@ -- Cudy +device('cudy-tr1200-v1', 'cudy_tr1200-v1', { + factory = false, +}) + device('cudy-wr1000', 'cudy_wr1000') -- GitLab