mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
acpid: depends on BR2_USE_MMU
acpid needs fork Fixes: - http://autobuild.buildroot.org/results/2cb0435d36a2aa2d75b6c1dfecc93bb49b0f6266 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7d2b57fd7b
commit
448d67e3d5
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ACPID
|
config BR2_PACKAGE_ACPID
|
||||||
bool "acpid"
|
bool "acpid"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Advanced Configuration and Power Interface event daemon.
|
Advanced Configuration and Power Interface event daemon.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user