[Buildroot] [git commit] socketcand: needs mmu

Peter Korsgaard jacmet at sunsite.dk
Wed Sep 11 10:55:35 UTC 2013


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

Signed-off-by: Axel Lin <axel.lin at ingics.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/socketcand/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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.


More information about the buildroot mailing list