Revision 1e885cfd
Added by Jim Pingle almost 8 years ago
src/etc/inc/globals.inc | ||
---|---|---|
71 | 71 |
"disablecrashreporter" => false, |
72 | 72 |
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", |
73 | 73 |
"debug" => false, |
74 |
"latest_config" => "16.9",
|
|
74 |
"latest_config" => "17.0",
|
|
75 | 75 |
"minimum_ram_warning" => "101", |
76 | 76 |
"minimum_ram_warning_text" => "128 MB", |
77 | 77 |
"wan_interface_name" => "wan", |
src/etc/inc/upgrade_config.inc | ||
---|---|---|
5407 | 5407 |
$wlan['descr'] = "Wireless interface {$friendly}"; |
5408 | 5408 |
/* It was not possible to create clones of _wlan0 before, so this is safe. */ |
5409 | 5409 |
$wlan['cloneif'] = "{$iface['if']}_wlan0"; |
5410 |
/* Make sure this entry is first in the list of wireless interface clones. */
|
|
5410 |
/* Make sure this entry is placed in the list of wireless interface clones. */
|
|
5411 | 5411 |
if (!is_array($config['wireless'])) { |
5412 | 5412 |
$config['wireless'] = array(); |
5413 | 5413 |
$config['wireless']['clone'] = array(); |
Also available in: Unified diff
Bump config revision, fix comment. Ticket #7809