summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index dfcd8d6..072bfb9 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -51,10 +51,8 @@ require_once("guiconfig.inc");
$curcfg = $config['system']['firmware'];
$kerneltypes = array(
- 'SMP' => gettext("Multiprocessor kernel"),
- 'single' => gettext("Uniprocessor kernel"),
- 'wrap' => gettext("Embedded kernel"),
- 'Developers' => gettext("Developers kernel")
+ 'SMP' => gettext("Standard Kernel"),
+ 'wrap' => gettext("Embedded Kernel"),
);
require_once("xmlrpc_client.inc");
OpenPOWER on IntegriCloud