Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] udpcast: needs mmu
@ 2013-10-09 20:25 Gustavo Zacarias
  2013-10-09 20:25 ` [Buildroot] [PATCH 2/7] civetweb: " Gustavo Zacarias
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2013-10-09 20:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/udpcast/Config.in | 1 +
 1 file changed, 1 insertion(+)

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.
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-10 10:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 20:25 [Buildroot] [PATCH 1/7] udpcast: needs mmu Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 2/7] civetweb: " Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 3/7] kismet: " Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 4/7] lighttpd: " Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 5/7] mongoose: " Gustavo Zacarias
2013-10-10  7:16   ` Arnout Vandecappelle
2013-10-10 10:46     ` Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 6/7] mrouted: " Gustavo Zacarias
2013-10-09 20:25 ` [Buildroot] [PATCH 7/7] ngircd: " Gustavo Zacarias
2013-10-09 20:36 ` [Buildroot] [PATCH 1/7] udpcast: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox