Skip to content
Snippets Groups Projects
Unverified Commit 84fb35d0 authored by Tom Herbers's avatar Tom Herbers Committed by GitHub
Browse files

mediatek-filogic: add support for Cudy TR3000 v1 (#3473)

parent f1349022
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,7 @@ mediatek-filogic
* Cudy
- AP3000 Outdoor (v1)
- TR3000 (v1)
- WR3000 (v1)
* D-Link
......
......@@ -35,6 +35,10 @@ device('cudy-ap3000-outdoor-v1', 'cudy_ap3000outdoor-v1', {
factory = false,
})
device('cudy-tr3000-v1', 'cudy_tr3000-v1', {
factory = false,
})
device('cudy-wr3000-v1', 'cudy_wr3000-v1', {
factory = false,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment