|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MTR
|
|
bool "mtr"
|
|
bool "mtr"
|
|
# res_mkquery() only available in 0.9.33+
|
|
# 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_UCLIBC_VERSION_0_9_31 && !BR2_UCLIBC_VERSION_0_9_32
|
|
|
|
+ depends on !BR2_avr32
|
|
help
|
|
help
|
|
mtr combines the functionality of the 'traceroute' and 'ping'
|
|
mtr combines the functionality of the 'traceroute' and 'ping'
|
|
programs in a single network diagnostic tool.
|
|
programs in a single network diagnostic tool.
|