Also include AR750

This commit is contained in:
Tim Wilkinson 2022-07-25 13:55:56 -07:00 committed by Joe AE6XE
parent d9ef1423c2
commit e591ffa801
1 changed files with 3 additions and 2 deletions

View File

@ -465,8 +465,9 @@ function supportsVLANChange()
if not (stat and stat.size > 0) then
return true
end
-- We also support VLAN changing on hAPs as WAN is on it's own ethernet port
if aredn.hardware.get_type() == "rb-952ui-5ac2nd" then
-- We also support VLAN changing on hAP, A750 and AR150 as WAN is on it's own ethernet port
local type = aredn.hardware.get_type()
if type == "rb-952ui-5ac2nd" or type == "gl-ar750" then
return true
end
-- Otherwise