x86: Add support for Sophos XG 85 and XG 86 devices

This commit builds on previous efforts to add support
for Sophos devices.

* Add support for Sophos XG 85 with/without wireless
* Add support for Sophos XG 86 with/without wireless

Tested on Sophos XG 85w rev1 and XG 86 rev 1

Signed-off-by: Raylynn Knight <rayknight@me.com>
(cherry picked from commit c7bcbcd492)
This commit is contained in:
Raylynn Knight
2022-03-20 23:53:38 -04:00
committed by Daniel Golle
parent 52e0ce2327
commit 0c49efd210
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ do_sysinfo_x86() {
local product_version
product_version="$(cat /sys/devices/virtual/dmi/id/product_version 2>/dev/null)"
case "$product_version" in
105*|115*|125*|135*)
105*|115*|125*|135*|85*|86*)
product="${product}-${product_version}"
break
;;