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/utils
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
..
adb adb: new package "Android Debug Bridge" 8 years ago
admswconfig treewide: clean up download hashes 8 years ago
bsdiff package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 8 years ago
busybox busybox: update to 1.26.2 7 years ago
bzip2 package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 8 years ago
ct-bugcheck ct-bugcheck: Add tools to poll for and report ath10k firmware crashes. 8 years ago
e2fsprogs utils/e2fsprogs: Update to 1.43.4 7 years ago
f2fs-tools treewide: clean up download hashes 8 years ago
fbtest utils/fbtest: drop Build/Prepare rule in favor of default one 8 years ago
fuse treewide: clean up download hashes 8 years ago
jsonfilter treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
lua package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 8 years ago
mdadm treewide: clean up download hashes 8 years ago
mtd-utils mtd-utils: mark as nonshared 8 years ago
nvram utils/nvram: drop Build/Prepare rule in favor of default one 8 years ago
osafeloader packages: mark packages depending on a target as nonshared 8 years ago
oseama utils/oseama: drop Build/Prepare rule in favor of default one 8 years ago
otrx utils/otrx: drop Build/Prepare rule in favor of default one 8 years ago
px5g px5g: remove obsolete reference to $(BUILD_VARIANT) 8 years ago
px5g-standalone px5g-standalone: provide px5g via PROVIDES 8 years ago
spidev_test utils/spidev_test: drop Build/Prepare rule in favor of default one 8 years ago
ugps ugps: fix typo 7 years ago
usbmode treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
usbreset utils/usbreset: drop Build/Prepare rule in favor of default one 8 years ago
usbutils usbutils: Update usb.ids database to 2016.10.13 8 years ago
util-linux treewide: clean up download hashes 8 years ago
xfsprogs treewide: clean up download hashes 8 years ago