blob: 98dbae2a6d1bae97bfa790a7263240b520f7be81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_RADVD
bool "radvd"
# libdaemon uses fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_FLEX
select BR2_PACKAGE_LIBDAEMON
depends on BR2_INET_IPV6
help
IPv6 Router Advertisement Daemon.
http://www.litech.org/radvd/
comment "radvd requires a toolchain with IPV6 support"
depends on !BR2_INET_IPV6
|