Add D1540-XG.

This commit is contained in:
Matt Smith 2015-06-23 14:28:11 -05:00
parent 91bbf1209a
commit 821c6ff761

View File

@ -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 */