[Buildroot] [PATCH 1/1] package/mtr: uses fork(), needs mmu

Bernd Kuhls bernd.kuhls at t-online.de
Tue May 17 16:22:58 UTC 2016


Fixes
http://autobuild.buildroot.net/results/dcb/dcbd39878b1a80d6a16032e967bd8e2b928f7a78/
http://autobuild.buildroot.net/results/e05/e05632e0b160ee995ce46aaf3ceddf46d3658adf/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/mtr/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtr/Config.in b/package/mtr/Config.in
index 5e2d5b2..ec83e25 100644
--- a/package/mtr/Config.in
+++ b/package/mtr/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_MTR
 	bool "mtr"
+	depends on BR2_USE_MMU # fork()
 	help
 	  mtr combines the functionality of the 'traceroute' and 'ping'
 	  programs in a single network diagnostic tool.
-- 
2.8.1



More information about the buildroot mailing list