a3ff0caefc
We don't provide a configuration file, so disable radvd by default. Update the help message with instructions on how to enable radvd at build time with systemd. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
config BR2_PACKAGE_RADVD
|
|
bool "radvd"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_FLEX
|
|
help
|
|
IPv6 Router Advertisement Daemon.
|
|
|
|
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
|
|
|
|
http://www.litech.org/radvd/
|