2009-01-28 22:38:49 +01:00
|
|
|
config BR2_PACKAGE_RADVD
|
|
|
|
bool "radvd"
|
2014-07-22 15:26:52 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2009-01-28 22:38:49 +01:00
|
|
|
depends on BR2_INET_IPV6
|
2014-07-22 15:26:52 +02:00
|
|
|
select BR2_PACKAGE_FLEX
|
2009-01-28 22:38:49 +01:00
|
|
|
help
|
|
|
|
IPv6 Router Advertisement Daemon.
|
|
|
|
|
|
|
|
http://www.litech.org/radvd/
|
2011-10-11 16:02:55 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "radvd needs a toolchain w/ IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-10-11 16:02:55 +02:00
|
|
|
depends on !BR2_INET_IPV6
|