summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-06-22 11:14:09 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:14:09 -0400
commite786d286182e90a5a5feba01d4d588181a1a52a8 (patch)
treecd173fc4b67785ddf999d19c04a111426174ea35 /src/usr/local/www/services_ntpd_gps.php
parent4c93645c7e1637badc07efbe330d1663e650d640 (diff)
parentceabd66d57f7199602d3a23cb8a60080bcfa67ea (diff)
downloadpfsense-e786d286182e90a5a5feba01d4d588181a1a52a8.zip
pfsense-e786d286182e90a5a5feba01d4d588181a1a52a8.tar.gz
Merge pull request #2986 from NewEraCracker/patch-ntp-gps
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index 2ea87f6..e22c8a5 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -271,7 +271,7 @@ if (!empty($serialports)) {
'gpsport',
'Serial Port',
$pconfig['port'],
- $splist
+ ['' => gettext('None')] + $splist
))->setHelp('All serial ports are listed, be sure to pick the port with the GPS attached. ');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud