gpsd: don't enable by default
authorPushpal Sidhu <redacted>
Tue, 19 Apr 2016 16:46:26 +0000 (09:46 -0700)
committerPushpal Sidhu <redacted>
Thu, 21 Apr 2016 19:03:50 +0000 (12:03 -0700)
Because this selects ttyUSB0 (bad choice) by default, turn off enabling gps
by default until the user set's the tty manually and will stop gpsd from
stomping on another device's tty.

Signed-off-by: Pushpal Sidhu <redacted>
utils/gpsd/Makefile
utils/gpsd/files/gpsd.config

index 0a6ef374cde7b7fe02d6006564e831b98a1c51fe..d6ea568d47f4cccc98c98a622f2111e29ab8a2fa 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gpsd
 PKG_VERSION:=3.15
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd/
index ef19202de61d99ff00f8042b00c741876d2202e1..1a5ddaa300144f509d647fb48e6bcf7964d23104 100644 (file)
@@ -2,4 +2,4 @@ config gpsd core
     option device    "/dev/ttyUSB0"
     option port    "2947"
     option listen_globally    "false"
-    option enabled    "true"
+    option enabled    "false"
git clone https://git.99rst.org/PROJECT