Skip to content
Snippets Groups Projects
Unverified Commit 74a41ea1 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2891 from freifunk-gluon/backport-2887-to-v2022.1.x

[Backport v2022.1.x] ramips: add support for Cudy X6 v2
parents b3bb43c9 52dfe84d
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ ramips-mt7621 ...@@ -359,7 +359,7 @@ ramips-mt7621
* Cudy * Cudy
- WR2100 - WR2100
- X6 (v1) - X6 (v1, v2)
* D-Link * D-Link
......
...@@ -15,6 +15,10 @@ device('cudy-x6-v1', 'cudy_x6-v1', { ...@@ -15,6 +15,10 @@ device('cudy-x6-v1', 'cudy_x6-v1', {
factory = false, factory = false,
}) })
device('cudy-x6-v2', 'cudy_x6-v2', {
factory = false,
})
-- D-Link -- D-Link
......
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