summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_firmware.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index f432ec0..8e8d475 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -251,8 +251,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
upload&quot; below, then choose the image file (<?=$g['firmware_update_text'];?>)
to be uploaded.
<br>
- Click &quot;Upgrade firmware&quot;
- to start the upgrade process.
+ Click &quot;Upgrade firmware&quot; to start the upgrade process.
</p>
<?php if (!is_subsystem_dirty('rebootreq')): ?>
<?php if (!is_subsystem_dirty('firmware')): ?>
@@ -263,6 +262,8 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<strong>Firmware image file: </strong>&nbsp;
<input name="ulfile" type="file" class="formfld">
<br><br>
+ <b>NOTE: You must upload a .tgz image, not a uncompressed image!</b>
+ <br><br>
<?php
if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
if($g['platform'] == "pfSense") {
OpenPOWER on IntegriCloud