123456789101112131415161718192021222324252627282930313233 |
- config ADK_PACKAGE_MRD6
- prompt "mrd6.............................. IPv6 multicast routing daemon"
- depends on ADK_IPV6
- tristate
- default n
- help
- Multicast is becoming a major component in next generation
- networks, used in several scenarios, from video broadcasting
- to multimedia conferencing. In order to be implemented, new
- technology needs supporting hardware and software across a set
- of devices and systems. MRD6 is an implementation of a modular
- IPv6 Multicast Routing Framework for the Linux operating system
- and provides MLDv2 (as well as MLDv1), PIM-SM and MBGP support.
- http://artemis.av.it.pt/mrd6/
- choice
- prompt "C++ library to use"
- depends on ADK_PACKAGE_MRD6
- default ADK_COMPILE_MRD6_WITH_STDCXX if ADK_TARGET_LIB_GLIBC
- default ADK_COMPILE_MRD6_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC
- config ADK_COMPILE_MRD6_WITH_STDCXX
- bool "Standard C++ library"
- select ADK_PACKAGE_LIBSTDCXX
- help
- config ADK_COMPILE_MRD6_WITH_UCLIBCXX
- bool "Embedded uClibc++ library"
- select ADK_PACKAGE_UCLIBCXX
- help
- endchoice
|