2012-05-11 05:29:30 +02:00
|
|
|
config BR2_PACKAGE_LIBOPING
|
|
|
|
bool "liboping"
|
|
|
|
depends on BR2_INET_IPV6
|
|
|
|
help
|
|
|
|
liboping is a C library to generate ICMP echo requests,
|
|
|
|
better known as "ping packets".
|
|
|
|
|
|
|
|
http://verplant.org/liboping/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "liboping needs a toolchain w/ IPv6"
|
2012-05-11 05:29:30 +02:00
|
|
|
depends on !BR2_INET_IPV6
|