ugps: fix typo
authorCezary Jackiewicz <cezary@eko.one.pl>
Wed, 15 Feb 2017 18:06:04 +0000 (19:06 +0100)
committerJohn Crispin <john@phrozen.org>
Thu, 16 Feb 2017 08:07:16 +0000 (09:07 +0100)
commitaf59d3bda3ce96595f3fc120cf290a650980df55
tree4f1ad23fd96e56628ba2a0f818064f700fa526e5
parentf44ae19e1566410b75de5039071a42a0f3ade949
ugps: fix typo

Removing redundant spaces from the name of the option. Without fix:

root@LEDE:~# opkg install ugps
Installing ugps (2016-10-24-32a6b2b7-1) to root...
Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mips_24kc/base/ugps_2016-10-24-32a6b2b7-1_mips_24kc.ipk
Configuring ugps.
uci: Parse error (invalid character in name field) at line 3, byte 23
uci: Parse error (invalid character in name field) at line 3, byte 23
sh: out of range
root@LEDE:~# uci show gps
uci: Parse error (invalid character in name field) at line 3, byte 23

With this fix:

root@LEDE:~# uci show gps
gps.@gps[0]=gps
gps.@gps[0].tty='ttyACM0'
gps.@gps[0].adjust_time='1'

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
package/utils/ugps/Makefile
package/utils/ugps/files/gps.config