Skip to content

Commit

Permalink
ramips-mt7621: add support for D-Link COVR X1860 a1 (#3153)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Maurer <f.maurer@outlook.de>
  • Loading branch information
maurerle authored Jan 9, 2024
1 parent c4bbc1e commit 1ba17d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ ramips-mt7621

* D-Link

- COVR-X1860 (A1)
- DAP-X1860 (A1)
- DIR-860L (B1)

Expand Down
6 changes: 6 additions & 0 deletions targets/ramips-mt7621
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1ba17d6

Please sign in to comment.