Skip to content
Snippets Groups Projects
Unverified Commit 1ba17d6f authored by Florian Maurer's avatar Florian Maurer Committed by GitHub
Browse files

ramips-mt7621: add support for D-Link COVR X1860 a1 (#3153)

parent c4bbc1e2
No related branches found
No related tags found
No related merge requests found
......@@ -417,6 +417,7 @@ ramips-mt7621
* D-Link
- COVR-X1860 (A1)
- DAP-X1860 (A1)
- DIR-860L (B1)
......
......@@ -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')
......
  • Nico @nrb

    mentioned in commit c2815311

    ·

    mentioned in commit c2815311

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment