12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
|
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/
|
||
|
|
||
|
comment "liboping requires a toolchain with IPv6 support enabled"
|
||
|
depends on !BR2_INET_IPV6
|