summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-02-25 21:26:53 +0100
committerErmal LUÇI <eri@pfsense.org>2015-02-25 21:27:11 +0100
commit59eb0ce73a3081cd1ebc5fb4088ac85625f6c266 (patch)
tree3e5bed256c2fb3a0dfd65f3d5a2e41bcd169cd0c /etc/inc/system.inc
parent4c9b272d1138ac497633edfc33f04c7767137fa2 (diff)
downloadpfsense-59eb0ce73a3081cd1ebc5fb4088ac85625f6c266.zip
pfsense-59eb0ce73a3081cd1ebc5fb4088ac85625f6c266.tar.gz
Put the bits to use the new reset utility
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 75fba5e..c93eca7 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -2012,6 +2012,7 @@ function system_check_reset_button() {
case 'wrap':
case 'FW7541':
case 'APU':
+ case 'C2358':
break;
default:
return 0;
@@ -2064,6 +2065,9 @@ function system_identify_specific_platform() {
case 'APU':
return (array('name' => 'APU', 'descr' => 'Netgate APU'));
break;
+ case 'RCC-VE':
+ return (array('name' => 'C2358', 'descr' => 'Netgate C2358'));
+ break;
}
/* the rest of the code only deals with 'embedded' platforms */
OpenPOWER on IntegriCloud