All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] tftpd: depends on MMU
@ 2014-08-14  8:09 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-08-14  8:09 UTC (permalink / raw)
  To: buildroot

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

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/3e1/3e16d8c9ae3b77393e082c3dd9b7b3de9aa040c0//

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/tftpd/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/tftpd/Config.in b/package/tftpd/Config.in
index 6f5916d..609b5d1 100644
--- a/package/tftpd/Config.in
+++ b/package/tftpd/Config.in
@@ -1,4 +1,5 @@
 config BR2_PACKAGE_TFTPD
 	bool "tftpd"
+	depends on BR2_USE_MMU # fork()
 	help
 	  HPA's Trivial File Transfer Protocol (tftp) server.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-14  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14  8:09 [Buildroot] [git commit] tftpd: depends on MMU 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.