source: freewrt/package/gpsd/Config.in@ d1833aa

freewrt_1_0 freewrt_2_0
Last change on this file since d1833aa was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 801 bytes
Line 
1config FWRT_PACKAGE_GPSD
2 prompt "gpsd.............................. An interface daemon for GPS receivers"
3 tristate
4 default m if CONFIG_DEVEL
5 select FWRT_PACKAGE_LIBPTHREAD
6 select FWRT_PACKAGE_UCLIBCXX
7 help
8 gpsd is a monitor daemon that watches a TCP/IP port (2947 by default),
9 waiting for applications to request information from GPSes or
10 differential-GPS radios attached to the host machine. Each GPS or
11 radio is expected to be direct-connected to the host via a USB or
12 RS232C serial port. The port may be specified to gpsd at startup, or
13 it may be set via a command shipped down a local control socket (e.g.
14 by a USB hotplug script). Given a GPS device by either means, gpsd
15 discovers the correct port speed and protocol for it.
16
17 http://gpsd.berlios.de/
18
Note: See TracBrowser for help on using the repository browser.