1config BR2_PACKAGE_MTR
2	bool "mtr"
3	depends on BR2_USE_MMU # fork()
4	help
5	  mtr combines the functionality of the 'traceroute' and 'ping'
6	  programs in a single network diagnostic tool.
7
8	  http://www.bitwizard.nl/mtr/
9