6274868bd1
Radvd has its own main(), and does not use yywrap() from libfl.so, because scanner.l module contains noyywrap option. So, none of the functions exported by libfl.so are used, and there's no need to have the flex runtime on target. Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
config BR2_PACKAGE_RADVD
|
|
bool "radvd"
|
|
depends on BR2_USE_MMU # fork()
|
|
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/
|