package/mtr: uses fork(), needs mmu
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 17 May 2016 16:22:58 +0000 (18:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 May 2016 18:54:27 +0000 (20:54 +0200)
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>
package/mtr/Config.in

index 5e2d5b238c54bc8c728278f813d057c14d694ee4..ec83e25cb13acb4719d4e3753bba189e9f2a3975 100644 (file)
@@ -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.