summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 08212e6..5103aec 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -2145,7 +2145,7 @@ function system_check_reset_button() {
case 'wrap':
case 'FW7541':
case 'APU':
- case 'C2358':
+ case 'RCC-VE':
break;
default:
return 0;
@@ -2201,7 +2201,7 @@ function system_identify_specific_platform() {
return (array('name' => 'APU', 'descr' => 'Netgate APU'));
break;
case 'RCC-VE':
- return (array('name' => 'C2358', 'descr' => 'Netgate C2358'));
+ return (array('name' => 'RCC-VE', 'descr' => 'Netgate RCC-VE'));
break;
}
OpenPOWER on IntegriCloud