[Buildroot] [git commit] tftpd: depends on MMU

Peter Korsgaard peter at korsgaard.com
Thu Aug 14 08:09:05 UTC 2014


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 at wipro.com>
Signed-off-by: Peter Korsgaard <peter at 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.



More information about the buildroot mailing list