From b6e3b7079097ccce6262891f9f1130bea3879aad Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 5 Mar 2017 19:30:44 +0100 Subject: ugps: fix and improve init script The ugps tool expects device path in last argument. If it's provided before other options, they won't be processed at all. Additionally, make it possible to use absolute path for gps character device in related uci configuration. Signed-off-by: Piotr Dymacz --- package/utils/ugps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/ugps/Makefile') diff --git a/package/utils/ugps/Makefile b/package/utils/ugps/Makefile index 8744300c50..1dad863fd8 100644 --- a/package/utils/ugps/Makefile +++ b/package/utils/ugps/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ugps -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL=$(LEDE_GIT)/project/ugps.git PKG_SOURCE_PROTO:=git -- cgit v1.2.3