Config.in 280 B

123456789101112
  1. config BR2_PACKAGE_RADVD
  2. bool "radvd"
  3. select BR2_PACKAGE_FLEX
  4. select BR2_PACKAGE_FLEX_LIBFL
  5. depends on BR2_INET_IPV6
  6. help
  7. IPv6 Router Advertisement Daemon.
  8. http://www.litech.org/radvd/
  9. comment "radvd requires a toolchain with IPV6 support"
  10. depends on !BR2_INET_IPV6