summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-06-23 14:32:07 -0500
committerMatt Smith <mgsmith@netgate.com>2015-06-23 14:32:07 -0500
commit47b09af7b0b536e762a85e8c2647389b6a0b09e1 (patch)
treeda2cdf5ba77e9f26630746eaa389afd08beff052 /etc
parentba8c6e376f838421476303f6b969b5a4aeb26aa3 (diff)
downloadpfsense-47b09af7b0b536e762a85e8c2647389b6a0b09e1.zip
pfsense-47b09af7b0b536e762a85e8c2647389b6a0b09e1.tar.gz
Add D1540-XG.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 813e08b..a215e72 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -2220,6 +2220,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 */
OpenPOWER on IntegriCloud