Files
buildroot/package/radvd/Config.in
Alexander Mukhin 958c6986a3 package/radvd: drop dependency on flex runtime library
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>
(cherry picked from commit 6274868bd1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-03-28 08:33:51 +01:00

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/