[Buildroot] [PATCH] socketcand: needs mmu

Axel Lin axel.lin at ingics.com
Sat Sep 7 06:04:26 UTC 2013


Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
 package/socketcand/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/socketcand/Config.in b/package/socketcand/Config.in
index 72315c0..b836f55 100644
--- a/package/socketcand/Config.in
+++ b/package/socketcand/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SOCKETCAND
 	bool "socketcand"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  Socketcand is a daemon that provides access to CAN interfaces
 	  on a machine via a network interface.
-- 
1.8.1.2





More information about the buildroot mailing list