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:
committed by
Christian Lamparter
parent
3928f6ae5c
commit
2e1206ad23
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user