Skip to content

Commit

Permalink
mediatek-filogic: add Cudy AP3000 Outdoor v1 (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron authored Dec 27, 2024
1 parent 4f6de05 commit 6b80b58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ mediatek-filogic

* Cudy

- AP3000 Outdoor (v1)
- WR3000 (v1)

* GL.iNet
Expand Down
5 changes: 5 additions & 0 deletions package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ function M.is_outdoor_device()
}) then
return true

elseif M.match('mediatek', 'filogic', {
'cudy,ap3000outdoor-v1'
}) then
return true

elseif M.match('ramips', 'mt7621', {
'wavlink,ws-wn572hp3-4g',
'zyxel,nwa55axe',
Expand Down
4 changes: 4 additions & 0 deletions targets/mediatek-filogic
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ device('d-link-aquila-pro-ai-m30-a1', 'dlink_aquila-pro-ai-m30-a1', {

-- Cudy

device('cudy-ap3000-outdoor-v1', 'cudy_ap3000outdoor-v1', {
factory = false,
})

device('cudy-wr3000-v1', 'cudy_wr3000-v1', {
factory = false,
})
Expand Down

0 comments on commit 6b80b58

Please sign in to comment.