let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / gpsd / Config.in
1 config BR2_PACKAGE_GPSD
2         prompt "gpsd.............................. An interface daemon for GPS receivers"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_LIBPTHREAD
6         select BR2_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