2009-01-28 22:38:49 +01:00
|
|
|
config BR2_PACKAGE_RADVD
|
|
|
|
bool "radvd"
|
|
|
|
select BR2_PACKAGE_FLEX
|
2010-04-06 07:43:03 +02:00
|
|
|
select BR2_PACKAGE_FLEX_LIBFL
|
2009-01-28 22:38:49 +01:00
|
|
|
depends on BR2_INET_IPV6
|
|
|
|
help
|
|
|
|
IPv6 Router Advertisement Daemon.
|
|
|
|
|
|
|
|
http://www.litech.org/radvd/
|
2011-10-11 16:02:55 +02:00
|
|
|
|
|
|
|
comment "radvd requires a toolchain with IPV6 support"
|
|
|
|
depends on !BR2_INET_IPV6
|