mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Mark some packages as not usable on non-MMU systems
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
85e54a6b77
commit
d6993ef3d0
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_GPSD
|
||||
bool "gpsd"
|
||||
# Uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
gpsd is a service daemon that monitors one or more GPSes or AIS
|
||||
receivers attached to a host computer through serial or USB ports,
|
||||
|
||||
Reference in New Issue
Block a user