[Buildroot] [git commit] udpcast: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 20:34:58 UTC 2013


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

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/udpcast/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/udpcast/Config.in b/package/udpcast/Config.in
index cb817a9..cae27bd 100644
--- a/package/udpcast/Config.in
+++ b/package/udpcast/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_UDPCAST
 	bool "udpcast"
 	depends on BR2_LARGEFILE
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  A multicast protocol implementation which happens to
 	  be very handy for imaging drives over the network.


More information about the buildroot mailing list