From eae5f5f33aa31b9de8832aa9a4721d6788398826 Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Thu, 12 Sep 2024 21:23:20 +0000 Subject: [PATCH] ramips: add support for Cudy WR1300 v2 and v3 Signed-off-by: Nico <github@nicoboehr.de> --- docs/user/supported_devices.rst | 2 +- targets/ramips-mt7621 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index aaa13d78..d01bf5c3 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -319,7 +319,7 @@ mediatek-filogic * Cudy - AP3000 Outdoor (v1) - - WR3000 (v1) + - WR3000 (v1, v2, v3) * D-Link diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index bde04233..5afce0db 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -19,6 +19,14 @@ device('cudy-wr1300-v1', 'cudy_wr1300-v1', { }, }) +device('cudy-wr1300-v2', 'cudy_wr1300-v2', { + factory = false, +}) + +device('cudy-wr1300-v3', 'cudy_wr1300-v3', { + factory = false, +}) + device('cudy-wr2100', 'cudy_wr2100', { factory = false, }) -- GitLab