All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] nuttcp: needs mmu
@ 2013-02-02 10:24 Gustavo Zacarias
  2013-02-02 16:34 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-02-02 10:24 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/b8c019a5701377a1e134d01ac0bae5fe34dc975f/

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

diff --git a/package/nuttcp/Config.in b/package/nuttcp/Config.in
index fb6d3b1..eea88fd 100644
--- a/package/nuttcp/Config.in
+++ b/package/nuttcp/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NUTTCP
 	bool "nuttcp"
+	depends on BR2_USE_MMU # fork()
 	help
 	  nuttcp is a TCP/UDP network testing tool, much like iperf
 
-- 
1.7.12.4

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

* [Buildroot] [PATCH] nuttcp: needs mmu
  2013-02-02 10:24 [Buildroot] [PATCH] nuttcp: needs mmu Gustavo Zacarias
@ 2013-02-02 16:34 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-02-02 16:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes:
 Gustavo> http://autobuild.buildroot.net/results/b8c019a5701377a1e134d01ac0bae5fe34dc975f/

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-02-02 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-02 10:24 [Buildroot] [PATCH] nuttcp: needs mmu Gustavo Zacarias
2013-02-02 16:34 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.