Skip to content
Snippets Groups Projects
Commit e3c8bb8b authored by Nico's avatar Nico Committed by FFS Buildbot
Browse files

ramips: add support for Cudy WR1300 v2 and v3


Signed-off-by: default avatarNico <github@nicoboehr.de>
parent 86ee1a40
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ mediatek-filogic
* Cudy
- AP3000 Outdoor (v1)
- WR3000 (v1)
- WR3000 (v1, v2, v3)
* D-Link
......
......@@ -19,6 +19,14 @@ device('cudy-wr1300-v1', 'cudy_wr1300-v1', {
},
})
device('cudy-wr1300-v2', 'cudy_wr1300-v2', {
factory = false,
})
device('cudy-wr1300-v3', 'cudy_wr1300-v3', {
factory = false,
})
device('cudy-wr2100', 'cudy_wr2100', {
factory = false,
})
......
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