summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-27 18:32:57 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-27 18:32:57 -0400
commit7b804bb317f691554fc2ac79965ae9582f8c228f (patch)
treeeb2675cd987f5acea1176024a9ba52c4dae5a244 /usr/local/www/guiconfig.inc
parent227811a477a5391acaeb6ffd27af4c65493384db (diff)
downloadpfsense-7b804bb317f691554fc2ac79965ae9582f8c228f.zip
pfsense-7b804bb317f691554fc2ac79965ae9582f8c228f.tar.gz
Add support for the NanoBSD platform
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index f80c375..b094f7d 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -220,7 +220,7 @@ $medias = array("auto" => "autoselect", "100full" => "100BASE-TX full-duplex",
"10half" => "10BASE-T half-duplex");
/* platforms that support firmware updating */
-$fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'embedded', 'wrap');
+$fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'embedded', 'wrap', 'nanobsd');
function do_input_validation($postdata, $reqdfields, $reqdfieldsn, $input_errors) {
@@ -1417,4 +1417,4 @@ function download_file_with_progress_bar($url_file, $destination_file, $readbody
return ($http_code == 200) ? true : $http_code;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud