diff options
author | Cezary Jackiewicz <cezary@eko.one.pl> | 2017-02-15 19:06:04 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-16 09:54:14 +0100 |
commit | 44aec27112692523d6def3050a7e979af3e60704 (patch) | |
tree | e82a0a249ac60ff018cc814136f68090130fb0cb /target/linux/ramips/dts/11ACNAS.dts | |
parent | 7efe538ac1ba9a43edd32573c55749b76d43bc04 (diff) | |
download | upstream-44aec27112692523d6def3050a7e979af3e60704.tar.gz upstream-44aec27112692523d6def3050a7e979af3e60704.tar.bz2 upstream-44aec27112692523d6def3050a7e979af3e60704.zip |
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>
Diffstat (limited to 'target/linux/ramips/dts/11ACNAS.dts')
0 files changed, 0 insertions, 0 deletions