summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-08-24 11:52:29 -0400
committerjim-p <jimp@pfsense.org>2017-08-24 11:52:29 -0400
commitfc319749e83d20528e86c3d102a0b6fec76ab01b (patch)
tree94ad18b559668a5bf437e4b4cdc8a00952aa7fc0
parent79ccd1f2796059a7a60b865a383dc288662f86b7 (diff)
downloadpfsense-fc319749e83d20528e86c3d102a0b6fec76ab01b.zip
pfsense-fc319749e83d20528e86c3d102a0b6fec76ab01b.tar.gz
Bump config revision, fix comment. Ticket #7809
-rw-r--r--src/etc/inc/globals.inc2
-rw-r--r--src/etc/inc/upgrade_config.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index dcc5819..1e2cbdf 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -71,7 +71,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "16.9",
+ "latest_config" => "17.0",
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
"wan_interface_name" => "wan",
diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc
index 023292f..dc69685 100644
--- a/src/etc/inc/upgrade_config.inc
+++ b/src/etc/inc/upgrade_config.inc
@@ -5407,7 +5407,7 @@ function upgrade_169_to_170() {
$wlan['descr'] = "Wireless interface {$friendly}";
/* It was not possible to create clones of _wlan0 before, so this is safe. */
$wlan['cloneif'] = "{$iface['if']}_wlan0";
- /* Make sure this entry is first in the list of wireless interface clones. */
+ /* Make sure this entry is placed in the list of wireless interface clones. */
if (!is_array($config['wireless'])) {
$config['wireless'] = array();
$config['wireless']['clone'] = array();
OpenPOWER on IntegriCloud