1eda5f06f1
This commit removes all remaining references to uClibc 0.9.32. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
config BR2_PACKAGE_MTR
|
|
bool "mtr"
|
|
# res_mkquery() only available in 0.9.33+
|
|
depends on !BR2_UCLIBC_VERSION_0_9_31
|
|
depends on !BR2_avr32
|
|
help
|
|
mtr combines the functionality of the 'traceroute' and 'ping'
|
|
programs in a single network diagnostic tool.
|
|
|
|
http://www.bitwizard.nl/mtr/
|