add new flash map driver, some minor system code cleanup
[openwrt.git] / package / mtr / Config.in
1 config BR2_PACKAGE_MTR
2         prompt "mtr............................... Full screen ncurses traceroute tool"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_LIBNCURSES
6         help
7           mtr combines the functionality of the 'traceroute' and 'ping' programs
8           in a single network diagnostic tool.
9           .
10           As mtr starts, it investigates the network connection between the host
11           mtr runs on and a user-specified destination host.  After it
12           determines the address of each network hop between the machines,
13           it sends a sequence ICMP ECHO requests to each one to determine the
14           quality of the link to each machine.  As it does this, it prints
15           running statistics about each machine.
16           .
17           http://www.bitwizard.nl/mtr/
18