Config.in 520 B

123456789101112131415
  1. comment "norm needs a toolchain w/ C++, threads, dynamic library"
  2. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  3. !BR2_TOOLCHAIN_HAS_THREADS
  4. config BR2_PACKAGE_NORM
  5. bool "norm"
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. depends on BR2_TOOLCHAIN_HAS_THREADS
  8. depends on !BR2_STATIC_LIBS
  9. help
  10. The NORM protocol is designed to provide end-to-end reliable
  11. transport of bulk data objects or streams over generic IP
  12. multicast routing and forwarding services.
  13. http://www.nrl.navy.mil/itd/ncs/products/norm