Skip to content
Snippets Groups Projects
Commit 4d629013 authored by Felix Baumann's avatar Felix Baumann Committed by github-actions[bot]
Browse files

ramips: add support for Cudy X6 v1

(cherry picked from commit 76ad25f8)
parent 3174a929
No related branches found
No related tags found
No related merge requests found
...@@ -358,6 +358,7 @@ ramips-mt7621 ...@@ -358,6 +358,7 @@ ramips-mt7621
* Cudy * Cudy
- WR2100 - WR2100
- X6 (v1)
* D-Link * D-Link
......
...@@ -11,6 +11,10 @@ device('cudy-wr2100', 'cudy_wr2100', { ...@@ -11,6 +11,10 @@ device('cudy-wr2100', 'cudy_wr2100', {
factory = false, factory = false,
}) })
device('cudy-x6-v1', 'cudy_x6-v1', {
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