summaryrefslogtreecommitdiffstats
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:26:53 +0100
commit3d16300449b68833a4f37e8675871c0098fe4c5e (patch)
treec90c62179c0ebcf995c4749bdbc23963d6f51c58
parent883096d8c634d2936266e04f29f79a145fc72a8b (diff)
downloadpfsense-3d16300449b68833a4f37e8675871c0098fe4c5e.zip
pfsense-3d16300449b68833a4f37e8675871c0098fe4c5e.tar.gz
Put the bits to use the new reset utility
-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 b099ed1..f95e9f3 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