2013-09-19 17:17:52 +02:00
|
|
|
config BR2_PACKAGE_IPUTILS
|
|
|
|
bool "iputils"
|
|
|
|
select BR2_OPENSSL if BR2_INET_IPV6
|
2013-09-23 03:53:42 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-09-19 17:17:52 +02:00
|
|
|
help
|
|
|
|
This package is set of small useful utilities for Linux networking.
|
|
|
|
It includes complete versions of ping, traceroute, etc.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/iputils/
|