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')