gpsd: garmintxt driver gets enabled by default, so disable if not selected
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
805de39555
commit
b66156835e
@ -58,8 +58,8 @@ endif
|
||||
ifneq ($(BR2_PACKAGE_GPSD_GARMIN),y)
|
||||
GPSD_CONF_OPT += --disable-garmin
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT),y)
|
||||
GPSD_CONF_OPT += --enable-garmintxt
|
||||
ifneq ($(BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT),y)
|
||||
GPSD_CONF_OPT += --disable-garmintxt
|
||||
endif
|
||||
ifneq ($(BR2_PACKAGE_GPSD_GPSCLOCK),y)
|
||||
GPSD_CONF_OPT += --disable-gpsclock
|
||||
|
Loading…
Reference in New Issue
Block a user