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

mediatek-filogic: add Cudy AP3000 Outdoor v1 (#3384)

parent 4f6de05a
No related branches found
No related tags found
No related merge requests found
...@@ -312,6 +312,7 @@ mediatek-filogic ...@@ -312,6 +312,7 @@ mediatek-filogic
* Cudy * Cudy
- AP3000 Outdoor (v1)
- WR3000 (v1) - WR3000 (v1)
* 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',
......
...@@ -21,6 +21,10 @@ device('d-link-aquila-pro-ai-m30-a1', 'dlink_aquila-pro-ai-m30-a1', { ...@@ -21,6 +21,10 @@ device('d-link-aquila-pro-ai-m30-a1', 'dlink_aquila-pro-ai-m30-a1', {
-- 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.
Finish editing this message first!
Please register or to comment