From 1ba17d6fe2f5bc0f327d42f1627522b709408b67 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Tue, 9 Jan 2024 22:04:10 +0100 Subject: [PATCH] ramips-mt7621: add support for D-Link COVR X1860 a1 (#3153) Signed-off-by: Florian Maurer --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7621 | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index b69402c51b..3057677774 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -417,6 +417,7 @@ ramips-mt7621 * D-Link + - COVR-X1860 (A1) - DAP-X1860 (A1) - DIR-860L (B1) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index c5708838c1..01b9b94cdf 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -33,6 +33,12 @@ device('cudy-x6-v2', 'cudy_x6-v2', { -- D-Link +device('d-link-covr-x1860-a1', 'dlink_covr-x1860-a1', { + extra_images = { + {'-squashfs-recovery', '-recovery', '.bin'} + }, +}) + device('d-link-dap-x1860-a1', 'dlink_dap-x1860-a1') device('d-link-dir-860l-b1', 'dlink_dir-860l-b1')