Skip to content
Snippets Groups Projects
Commit 8463f847 authored by David Bauer's avatar David Bauer Committed by Nico
Browse files

mediatek-filogic: add Cudy AP3000 Outdoor v1

parent 0cf40b46
No related branches found
No related tags found
No related merge requests found
...@@ -306,6 +306,7 @@ mediatek-filogic ...@@ -306,6 +306,7 @@ mediatek-filogic
* Cudy * Cudy
- AP3000 Outdoor (v1)
- WR3000 (v1, v2, v3) - WR3000 (v1, v2, v3)
* GL.iNet * GL.iNet
......
...@@ -64,6 +64,11 @@ function M.is_outdoor_device() ...@@ -64,6 +64,11 @@ function M.is_outdoor_device()
}) then }) then
return true return true
elseif M.match('mediatek', 'filogic', {
'cudy,ap3000outdoor-v1'
}) then
return true
elseif M.match('ramips', 'mt7621', { elseif M.match('ramips', 'mt7621', {
'wavlink,ws-wn572hp3-4g', 'wavlink,ws-wn572hp3-4g',
'zyxel,nwa55axe', 'zyxel,nwa55axe',
......
...@@ -11,6 +11,10 @@ device('asus-tuf-ax6000', 'asus_tuf-ax6000', { ...@@ -11,6 +11,10 @@ device('asus-tuf-ax6000', 'asus_tuf-ax6000', {
-- Cudy -- Cudy
device('cudy-ap3000-outdoor-v1', 'cudy_ap3000outdoor-v1', {
factory = false,
})
device('cudy-wr3000-v1', 'cudy_wr3000-v1', { device('cudy-wr3000-v1', 'cudy_wr3000-v1', {
factory = false, factory = false,
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment