mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Changing minimum number of interfaces to 1 while we're working on the single interface code. cvssync overwriting my change is driving me nuts. :)
We can discuss at a later date, closer to a release version, whether we want this to be 1 or 2. Single interface support Appliance Project
This commit is contained in:
parent
ba1eb884ae
commit
73d0efb9f3
@ -63,8 +63,8 @@ $g = array(
|
||||
"nopkg_platforms" => array("cdrom"),
|
||||
"minimum_ram_warning" => "115",
|
||||
"minimum_ram_warning_text" => "128 megabytes",
|
||||
"minimum_nic_count" => "2",
|
||||
"minimum_nic_count_text" => "*AT LEAST* 2",
|
||||
"minimum_nic_count" => "1",
|
||||
"minimum_nic_count_text" => "*AT LEAST* 1",
|
||||
"wan_interface_name" => "wan",
|
||||
"nopccard_platforms" => array("wrap", "net48xx"),
|
||||
"xmlrpcbaseurl" => "www.pfsense.com",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user