Skip to content
Snippets Groups Projects
Commit 0fc9f0e3 authored by Nico's avatar Nico
Browse files

fixup! mediatek: filogic: add support for Cudy AP3000 Outdoor v1

mark device as outdooor
parent f7d61696
Branches
Tags v2023.2.4-ffs0.3
No related merge requests found
...@@ -69,6 +69,11 @@ function M.is_outdoor_device() ...@@ -69,6 +69,11 @@ function M.is_outdoor_device()
'zyxel,nwa55axe', 'zyxel,nwa55axe',
}) then }) then
return true return true
elseif M.match('mediatek', 'filogic', {
'cudy,ap3000outdoor-v1',
}) then
return true
end end
return false return false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment