• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gpsd/Config.in
Gustavo ZacariasGustavo Zacarias committed acec9cda47516 Oct 2012
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_GPSD
2
    bool "gpsd"
3
    # Uses fork()
4
    depends on BR2_USE_MMU
5
    help
6
      gpsd is a service daemon that monitors one or more GPSes or AIS
7
      receivers attached to a host computer through serial or USB ports,
8
      making all data on the location/course/velocity of the sensors
9
      available to be queried on TCP port 2947 of the host computer.
10
​
11
      The D-Bus interface is included if dbus-glib is enabled.
12
​
13
      http://gpsd.berlios.de/
14
​
15
config BR2_PACKAGE_GPSD_DEVICES
16
    string "Where to look for GPSes"
17
    default "/dev/ttyS1"
18
    depends on BR2_PACKAGE_GPSD
19
​
20
menu "Features"
21
    depends on BR2_PACKAGE_GPSD
22
​
23
config BR2_PACKAGE_GPSD_CLIENT_DEBUG
24
    bool "client debugging support"
25
​
26
config BR2_PACKAGE_GPSD_OLDSTYLE
27
    bool "oldstyle (pre-JSON) protocol support"
28
​
29
config BR2_PACKAGE_GPSD_PROFILING
30
    bool "profiling support"
31
    depends on !BR2_TOOLCHAIN_BUILDROOT && !BR2_TOOLCHAIN_CTNG_uClibc && !BR2_TOOLCHAIN_EXTERNAL_UCLIBC
32
​
33
comment "profiling support not available with uClibc-based toolchain"
34
    depends on BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_CTNG_uClibc || BR2_TOOLCHAIN_EXTERNAL_UCLIBC
35
​
36
config BR2_PACKAGE_GPSD_NTP_SHM
37
    bool "NTP time hinting support"
38
​
39
config BR2_PACKAGE_GPSD_PPS
40
    bool "PPS time syncing support"
41
    select BR2_PACKAGE_GPSD_NTP_SHM
42
​
43
config BR2_PACKAGE_GPSD_USER
44
    bool "GPSD privilege revocation user"
45
config BR2_PACKAGE_GPSD_USER_VALUE
46
    string ""
47
    default "nobody"
48
    depends on BR2_PACKAGE_GPSD_USER
49
​
50
config BR2_PACKAGE_GPSD_GROUP
51
    bool "GPSD privilege revocation group"
52
config BR2_PACKAGE_GPSD_GROUP_VALUE
53
    string ""
54
    default "nobody"
55
    depends on BR2_PACKAGE_GPSD_GROUP
56
​
57
config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
58
    bool "compile with fixed serial port speed"
59
config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED_VALUE
60
    string ""
61
    default "9600"
62
    depends on BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
63
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.