mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
gpsd: fix nmea2000 build failure
NMEA2000 seems to require NAVCOM for some odd reason. Fixes http://autobuild.buildroot.net/results/91ddc286f6a92498f96aba7d312f82d5c77a689a/build-end.log Also do a correct sort of protocol config options. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
811bcf124a
commit
acec9cda47
@ -91,16 +91,16 @@ endmenu
|
|||||||
menu "Protocols"
|
menu "Protocols"
|
||||||
depends on BR2_PACKAGE_GPSD
|
depends on BR2_PACKAGE_GPSD
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_ASHTECH
|
|
||||||
bool "Ashtech"
|
|
||||||
help
|
|
||||||
Ashtech support
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_AIVDM
|
config BR2_PACKAGE_GPSD_AIVDM
|
||||||
bool "Aivdm"
|
bool "Aivdm"
|
||||||
help
|
help
|
||||||
Aivdm support
|
Aivdm support
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GPSD_ASHTECH
|
||||||
|
bool "Ashtech"
|
||||||
|
help
|
||||||
|
Ashtech support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_EARTHMATE
|
config BR2_PACKAGE_GPSD_EARTHMATE
|
||||||
bool "Earthmate"
|
bool "Earthmate"
|
||||||
help
|
help
|
||||||
@ -151,27 +151,28 @@ config BR2_PACKAGE_GPSD_MTK3301
|
|||||||
help
|
help
|
||||||
Mediatek MTK-3301 support
|
Mediatek MTK-3301 support
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GPSD_NAVCOM
|
||||||
|
bool "Navcom"
|
||||||
|
help
|
||||||
|
Navcom binary support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NMEA
|
config BR2_PACKAGE_GPSD_NMEA
|
||||||
bool "NMEA"
|
bool "NMEA"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Generic NMEA support
|
Generic NMEA support
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GPSD_NMEA2000
|
||||||
|
bool "NMEA2000"
|
||||||
|
select BR2_PACKAGE_GPSD_NAVCOM
|
||||||
|
help
|
||||||
|
NMEA2000/CAN support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NTRIP
|
config BR2_PACKAGE_GPSD_NTRIP
|
||||||
bool "NTRIP"
|
bool "NTRIP"
|
||||||
help
|
help
|
||||||
NTRIP support
|
NTRIP support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NAVCOM
|
|
||||||
bool "Navcom"
|
|
||||||
help
|
|
||||||
Navcom binary support
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NMEA2000
|
|
||||||
bool "nmea2000"
|
|
||||||
help
|
|
||||||
NMEA2000/CAN support
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_OCEANSERVER
|
config BR2_PACKAGE_GPSD_OCEANSERVER
|
||||||
bool "OceanServer"
|
bool "OceanServer"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user