Add support for the NanoBSD platform

This commit is contained in:
Scott Ullrich 2009-06-27 18:34:06 -04:00
parent 7a3cc4df0e
commit a89bcef75f

View File

@ -156,7 +156,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');
/* IPsec defines */
$my_identifier_list = array('myaddress' => 'My IP address',