9863553fe8
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
config BR2_PACKAGE_RADVD
|
|
bool "radvd"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_INET_IPV6
|
|
# uClibc too old, does not define ARPHRD_IEEE802154
|
|
select BR2_PACKAGE_FLEX
|
|
help
|
|
IPv6 Router Advertisement Daemon.
|
|
|
|
http://www.litech.org/radvd/
|
|
|
|
comment "radvd needs a toolchain w/ IPv6"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INET_IPV6
|