mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add support for the NanoBSD platform
This commit is contained in:
parent
7a3cc4df0e
commit
a89bcef75f
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user