Config.in 613 B

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