You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Cezary Jackiewicz af59d3bda3 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>
7 years ago
..
base-files build: add buildbot specific config option for setting defaults 7 years ago
boot uboot-kirkwood: fix usb of nsa310b u-boot 7 years ago
devel gdb: update to version 7.12.1, fix glibc 2.25 build issues 7 years ago
firmware ath10k-firmware: update qca9984 firmware 7 years ago
kernel package/om-watchdog: add OpenMesh A40 support 7 years ago
libs toolchain/uclibc: Bump version to 1.0.22 7 years ago
network qos-scripts: fix module load commands (FS#438) 7 years ago
system procd: update to latest git HEAD 7 years ago
utils ugps: fix typo 7 years ago
Makefile build: make <subdir>/install opt-in, use it for target/ only 7 years ago