Merge pull request #2619 from psidhu/master
gpsd: don't enable by default
This commit is contained in:
commit
4dc6595bb7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gpsd
|
PKG_NAME:=gpsd
|
||||||
PKG_VERSION:=3.15
|
PKG_VERSION:=3.15
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd/
|
PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd/
|
||||||
|
|
|
@ -2,4 +2,4 @@ config gpsd core
|
||||||
option device "/dev/ttyUSB0"
|
option device "/dev/ttyUSB0"
|
||||||
option port "2947"
|
option port "2947"
|
||||||
option listen_globally "false"
|
option listen_globally "false"
|
||||||
option enabled "true"
|
option enabled "false"
|
||||||
|
|
Loading…
Reference in a new issue