xref: /OK3568_Linux_fs/buildroot/package/mtr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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