lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4dc6595bb7b8248ef6bf0fcf8b2285c988b93600
parent 69e62386f930e13ac9e40929dacc1babd6d685d8
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 21 Apr 2016 22:09:16 +0300

Merge pull request #2619 from psidhu/master

gpsd: don't enable by default
Diffstat:
Mutils/gpsd/Makefile | 2+-
Mutils/gpsd/files/gpsd.config | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile @@ -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/ diff --git a/utils/gpsd/files/gpsd.config b/utils/gpsd/files/gpsd.config @@ -2,4 +2,4 @@ config gpsd core option device "/dev/ttyUSB0" option port "2947" option listen_globally "false" - option enabled "true" + option enabled "false"