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
|
|
|
help
|
|
|
|
IPv6 Router Advertisement Daemon.
|
|
|
|
|
2020-02-22 15:47:06 +01:00
|
|
|
On busybox and sysvinit systems, radvd will be started only if
|
|
|
|
a /etc/radvd.conf exists.
|
|
|
|
|
|
|
|
To enable it at build time with systemd, add /etc/radvd.conf
|
|
|
|
and a /etc/systemd/system-preset/40-radvd.preset file with
|
|
|
|
|
|
|
|
enable radvd.service
|
|
|
|
|
2009-01-28 22:38:49 +01:00
|
|
|
http://www.litech.org/radvd/
|