Skip to content

Commit

Permalink
Merge pull request #2891 from freifunk-gluon/backport-2887-to-v2022.1.x
Browse files Browse the repository at this point in the history
[Backport v2022.1.x] ramips: add support for Cudy X6 v2
  • Loading branch information
blocktrron committed May 6, 2023
2 parents b3bb43c + 52dfe84 commit 74a41ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ ramips-mt7621
* Cudy

- WR2100
- X6 (v1)
- X6 (v1, v2)

* D-Link

Expand Down
4 changes: 4 additions & 0 deletions targets/ramips-mt7621
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ device('cudy-x6-v1', 'cudy_x6-v1', {
factory = false,
})

device('cudy-x6-v2', 'cudy_x6-v2', {
factory = false,
})


-- D-Link

Expand Down

0 comments on commit 74a41ea

Please sign in to comment.