6301577810
It doesn't need libdaemon any longer, so drop that dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
392 B
Plaintext
17 lines
392 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
|
|
depends on !BR2_avr32
|
|
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
|
|
depends on !BR2_avr32
|