From e591ffa801a6c9dc1f22a28bdcd0110dbb542c21 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Mon, 25 Jul 2022 13:55:56 -0700 Subject: [PATCH] Also include AR750 --- files/www/cgi-bin/advancedconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/www/cgi-bin/advancedconfig b/files/www/cgi-bin/advancedconfig index 184a829d..f5afcdd3 100755 --- a/files/www/cgi-bin/advancedconfig +++ b/files/www/cgi-bin/advancedconfig @@ -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