mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Radvd now uses libbsd. Changelog: https://github.com/radvd-project/radvd/blob/v2.20/CHANGES Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> [Peter: add and propagate remaining libbsd dependencies] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
config BR2_PACKAGE_RADVD
|
|
bool "radvd"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS # libbsd
|
|
depends on !BR2_STATIC_LIBS # libbsd
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libbsd
|
|
depends on BR2_USE_WCHAR # libbsd
|
|
select BR2_PACKAGE_LIBBSD
|
|
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/
|