Config.in 398 B

123456789101112131415
  1. config BR2_PACKAGE_RADVD
  2. bool "radvd"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. IPv6 Router Advertisement Daemon.
  6. On busybox and sysvinit systems, radvd will be started only if
  7. a /etc/radvd.conf exists.
  8. To enable it at build time with systemd, add /etc/radvd.conf
  9. and a /etc/systemd/system-preset/40-radvd.preset file with
  10. enable radvd.service
  11. http://www.litech.org/radvd/