[Buildroot] [git commit] fan-ctrl: needs MMU support

Peter Korsgaard jacmet at sunsite.dk
Tue May 14 10:34:20 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=569144696126610d83237bcf63c90dbc49aee0ec
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.org/results/333/333b6caa6b8a9a04495d82d02b2c0fb7755667ed/

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/fan-ctrl/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/fan-ctrl/Config.in b/package/fan-ctrl/Config.in
index 392904c..8696316 100644
--- a/package/fan-ctrl/Config.in
+++ b/package/fan-ctrl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_FAN_CTRL
 	bool "fan-ctrl"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Fan-ctrl is a little daemon that controls the speed of one
 	  or more system or CPU fans. It does so by monitoring


More information about the buildroot mailing list