From a89bcef75f88fb4f6a9552c91cfa2b19f887cd40 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 27 Jun 2009 18:34:06 -0400 Subject: [PATCH] Add support for the NanoBSD platform --- usr/local/www/guiconfig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 0b9b70cdb3..8de78acd55 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -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',