mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
collectd: uses fork(), so mark it as mmu only
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_COLLECTD
|
config BR2_PACKAGE_COLLECTD
|
||||||
bool "collectd"
|
bool "collectd"
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
collectd is a daemon which collects system performance
|
collectd is a daemon which collects system performance
|
||||||
|
|||||||
Reference in New Issue
Block a user