From 82cab169ff5be8e731d09e50951432891b9955b9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 14 May 2009 20:49:01 -0400 Subject: Move firmware update text format to globals.inc --- etc/inc/globals.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc/globals.inc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 46da1c1..bb26ee8 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -74,6 +74,7 @@ $g = array( "embeddedbootupslice" => "/dev/ad0a", "update_url" => "http://updates.pfSense.com/_updaters", "update_manifest" => "http://updates.pfSense.com/manifest", + "firmware_update_text" => "(pfSense-*.tgz)", "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/", "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "msk", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl", "bce", "ixgbe" ) @@ -85,4 +86,4 @@ $iptos = array("lowdelay", "throughput", "reliability"); /* TCP flags */ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); -?> +?> \ No newline at end of file -- cgit v1.1