x86: add/improve support for Sophos SG/XG products

* Add support for Sophos SG/XG-115 r1, r2 with/without wireless
* Add support for Sophos SG/XG-125 r1, r2 with/without wireless
* Add wireless support for SG/XG-105

Signed-off-by: Raylynn Knight <rayknight@me.com>
This commit is contained in:
Raylynn Knight
2021-12-27 00:12:03 -05:00
committed by Christian Lamparter
parent 3928f6ae5c
commit 2e1206ad23
2 changed files with 12 additions and 2 deletions

View File

@@ -26,7 +26,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*|135*)
105*|115*|125*|135*)
product="${product}-${product_version}"
break
;;