2d07ad8026
[Thomas: add patch to add stdarg.h include needed on uClibc, add missing upstream URL in Config.in, fix license to be LGPLv2.1+ instead of LGPLv2.1] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
config BR2_PACKAGE_LIBNDP
|
|
bool "libndp"
|
|
depends on BR2_INET_IPV6
|
|
help
|
|
This package contains a library which provides a wrapper
|
|
for IPv6 Neighbor Discovery Protocol. It also provides a tool
|
|
named ndptool for sending and receiving NDP messages.
|
|
|
|
https://github.com/jpirko/libndp
|
|
|
|
comment "libndp needs a toolchain w/ IPv6"
|
|
depends on !BR2_INET_IPV6
|