浏览代码

package/mtr: uses fork(), needs mmu

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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls 9 年之前
父节点
当前提交
2a4cc78bb7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/mtr/Config.in

+ 1 - 0
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.