From a581396e49e559b114fb70c0584da099ccdd1bd9 Mon Sep 17 00:00:00 2001 From: Maximilian Baumgartner Date: Fri, 17 Jun 2022 23:29:54 +0200 Subject: [PATCH] rampis-mt7621: add support for Cudy WR2100 (#2555) --- docs/user/supported_devices.rst | 4 ++++ targets/ramips-mt7621 | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 1e259cde..6c7a0995 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -292,6 +292,10 @@ ramips-mt7621 - RT-AC57U +* Cudy + + - WR2100 + * D-Link - DIR-860L (B1) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index fd5d8bb9..0ccf92e5 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -5,6 +5,13 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', { }) +-- Cudy + +device('cudy-wr2100', 'cudy_wr2100', { + factory = false, +}) + + -- D-Link device('d-link-dir-860l-b1', 'dlink_dir-860l-b1')