mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix NTP PPS. It had 'None' option available on 2.2.x.
This commit is contained in:
parent
55de528cbb
commit
ceabd66d57
@ -179,7 +179,7 @@ if (!empty($serialports)) {
|
||||
'ppsport',
|
||||
'Serial Port',
|
||||
$pconfig['port'],
|
||||
$splist
|
||||
['' => gettext('None')] + $splist
|
||||
))->setHelp('All serial ports are listed, be sure to pick the port with the PPS source attached. ');
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user