mtr: not available for avr32
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 4 Feb 2014 13:43:13 +0000 (10:43 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 14:13:35 +0000 (15:13 +0100)
The uclibc version condition is accurate but doesn't cover external
toolchains, so also exclude for avr32 too which only has 0.9.31 enabled.
Fixes:
http://autobuild.buildroot.net/results/4ee/4eec6e29d0f2a46bbbe3a748e85bd06c3601b7c1/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mtr/Config.in

index 842d6ca84d52ecf5f44aee2ec404226ba572b1d9..7e5ad90cd09b7905cf3c408aa84b4bbeafe916e4 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MTR
        bool "mtr"
        # res_mkquery() only available in 0.9.33+
        depends on !BR2_UCLIBC_VERSION_0_9_31 && !BR2_UCLIBC_VERSION_0_9_32
+       depends on !BR2_avr32
        help
          mtr combines the functionality of the 'traceroute' and 'ping'
          programs in a single network diagnostic tool.