Config.in 596 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_UDPCAST
  2. bool "udpcast"
  3. help
  4. A multicast protocol implementation which happens to
  5. be very handy for imaging drives over the network.
  6. http://www.udpcast.linux.lu/
  7. menu "udpcast tools selection"
  8. depends on BR2_PACKAGE_UDPCAST
  9. config BR2_PACKAGE_UDPCAST_SENDER
  10. bool "sender"
  11. depends on BR2_PACKAGE_UDPCAST
  12. help
  13. The udpcast transmitter.
  14. config BR2_PACKAGE_UDPCAST_RECEIVER
  15. bool "receiver"
  16. depends on BR2_PACKAGE_UDPCAST
  17. help
  18. The udpcast receiver.
  19. endmenu