diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 28491b3c43..093acaf2e0 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -2070,6 +2070,9 @@ function system_identify_specific_platform() { case 'A1SAi': return (array('name' => 'C2758', 'descr' => 'Super Micro C2758')); break; + case 'SYS-5018D-FN4T': + return (array('name' => 'D1540-XG', 'descr' => 'Super Micro D1540-XG')); + break; } /* the rest of the code only deals with 'embedded' platforms */