summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-06-23 14:28:11 -0500
committerMatt Smith <mgsmith@netgate.com>2015-06-23 14:28:11 -0500
commit821c6ff761d73effe83daa2804c820bcdc01ecf6 (patch)
treee4bf1ce9187e6811d66b94b647d84f503d928852
parent91bbf1209a10b20af1b8059a8134cca2cc27831d (diff)
downloadpfsense-821c6ff761d73effe83daa2804c820bcdc01ecf6.zip
pfsense-821c6ff761d73effe83daa2804c820bcdc01ecf6.tar.gz
Add D1540-XG.
-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 28491b3..093acaf 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 */
OpenPOWER on IntegriCloud