1
0

Config.in 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. config ADK_PACKAGE_MRD6
  2. prompt "mrd6.............................. IPv6 multicast routing daemon"
  3. depends on ADK_IPV6
  4. tristate
  5. default n
  6. help
  7. Multicast is becoming a major component in next generation
  8. networks, used in several scenarios, from video broadcasting
  9. to multimedia conferencing. In order to be implemented, new
  10. technology needs supporting hardware and software across a set
  11. of devices and systems. MRD6 is an implementation of a modular
  12. IPv6 Multicast Routing Framework for the Linux operating system
  13. and provides MLDv2 (as well as MLDv1), PIM-SM and MBGP support.
  14. http://artemis.av.it.pt/mrd6/
  15. choice
  16. prompt "C++ library to use"
  17. depends on ADK_PACKAGE_MRD6
  18. default ADK_COMPILE_MRD6_WITH_STDCXX if ADK_TARGET_LIB_GLIBC
  19. default ADK_COMPILE_MRD6_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC
  20. config ADK_COMPILE_MRD6_WITH_STDCXX
  21. bool "Standard C++ library"
  22. select ADK_PACKAGE_LIBSTDCXX
  23. help
  24. config ADK_COMPILE_MRD6_WITH_UCLIBCXX
  25. bool "Embedded uClibc++ library"
  26. select ADK_PACKAGE_UCLIBCXX
  27. help
  28. endchoice