f88b1e963e
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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
|