openwrt/package
Cezary Jackiewicz 44aec27112 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>
2017-02-16 09:54:14 +01:00
..
base-files build: add buildbot specific config option for setting defaults 2017-02-15 11:37:13 +01:00
boot package/uboot-envtools: add OpenMesh A40 support 2017-02-15 09:35:54 +01:00
devel Revert "gdb: fix build with gcc 4.1.2 as host compiler" 2017-01-07 19:53:36 +01:00
firmware packages: mark packages depending on a target as nonshared 2017-01-24 19:59:55 +01:00
kernel package/om-watchdog: add OpenMesh A40 support 2017-02-15 09:35:53 +01:00
libs libtool: don't clobber host libtool infrastructure 2017-02-01 16:05:52 +01:00
network qos-scripts: fix module load commands (FS#438) 2017-02-15 14:02:04 +01:00
system procd: fix default timeout for reload trigger actions 2017-02-15 09:35:12 +01:00
utils ugps: fix typo 2017-02-16 09:54:14 +01:00
Makefile opkg: drop S/MIME support 2017-01-10 13:44:25 +01:00