summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-07 23:33:55 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-07 23:33:55 -0500
commitbd0b5d2dc7a279d3473a65a11d67efb5e39392be (patch)
treeab7345f67256722781ddd4d45c7c4970e334ac86 /etc/inc/globals.inc
parentb4bd9c56c12abeec0480d5770f8a7d857349d977 (diff)
downloadpfsense-bd0b5d2dc7a279d3473a65a11d67efb5e39392be.zip
pfsense-bd0b5d2dc7a279d3473a65a11d67efb5e39392be.tar.gz
Remove the minimum NIC warning, this dates back to when minimum 2 NICs were supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 1f6f904..59cf615 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -77,8 +77,6 @@ $g = array(
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
- "minimum_nic_count" => "1",
- "minimum_nic_count_text" => "*AT LEAST* 1",
"wan_interface_name" => "wan",
"nopccard_platforms" => array("wrap", "net48xx"),
"xmlrpcbaseurl" => "https://packages.pfsense.org",
OpenPOWER on IntegriCloud