From cdb3aa85c5ff1f8087449877d456839f7790d0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Fr=C3=B6hning?= <misanthropos@gmx.de> Date: Sun, 12 May 2024 01:17:12 +0200 Subject: [PATCH] ramips/mt7621: add D-Link 878 A1 (#3252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richard Fröhning <misanthropos@gmx.de> --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7621 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 93460c57a..45aac89d4 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -425,6 +425,7 @@ ramips-mt7621 - COVR-X1860 (A1) - DAP-X1860 (A1) - DIR-860L (B1) + - DIR-878 (A1) - DIR-882 (A1) * GL.iNet diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 9f57a8bf7..49491b801 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -44,6 +44,8 @@ device('d-link-dap-x1860-a1', 'dlink_dap-x1860-a1') device('d-link-dir-860l-b1', 'dlink_dir-860l-b1') +device('d-link-dir-878-a1', 'dlink_dir-878-a1') + device('d-link-dir-882-a1', 'dlink_dir-882-a1') -- GitLab