summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-10 02:29:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-10 02:29:21 +0000
commita04eb8739e14c2f322c58d79280e376ed0e49a21 (patch)
tree26ca450d2fe6b8d7261a4e017f9762ec3027e25e /usr/local
parentebe2951eb681b73ce62b2bf2326492cab76ab526 (diff)
downloadpfsense-a04eb8739e14c2f322c58d79280e376ed0e49a21.zip
pfsense-a04eb8739e14c2f322c58d79280e376ed0e49a21.tar.gz
Correctly define Developers kernel option.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_firmware.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 8d7e6a6..807e0cf 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -114,10 +114,6 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
}
}
- if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
-
- }
-
/* Check for input errors, firmware locks, warnings, then check for firmware if sig_override is set */
if (!$input_errors && !file_exists($d_firmwarelock_path) && (!$sig_warning || $_POST['sig_override'])) {
if (file_exists("{$g['upload_path']}/firmware.tgz")) {
@@ -201,7 +197,7 @@ print_info_box($sig_warning);
echo "<option value='single'>Uniprocessor kernel</option>";
echo "<option value='SMP'>Multiprocessor kernel</option>";
echo "<option value='wrap'>Embedded kernel</option>";
- echo "<option value='wrap'>Developers kernel</option>";
+ echo "<option value='Developers'>Developers kernel</option>";
echo "</select>";
echo "<br><br>";
}
OpenPOWER on IntegriCloud