2008-03-28 03:54:42 +01:00
|
|
|
config BR2_PACKAGE_UDPCAST
|
2009-11-23 15:22:47 +01:00
|
|
|
bool "udpcast"
|
|
|
|
depends on BR2_LARGEFILE
|
2013-05-26 21:00:40 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-10-09 22:25:42 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2009-11-23 15:22:47 +01:00
|
|
|
help
|
|
|
|
A multicast protocol implementation which happens to
|
|
|
|
be very handy for imaging drives over the network.
|
2008-03-28 03:54:42 +01:00
|
|
|
|
2009-11-23 15:22:47 +01:00
|
|
|
http://www.udpcast.linux.lu/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "udpcast needs a toolchain w/ largefile, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-05-26 21:00:40 +02:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
2008-03-28 03:54:42 +01:00
|
|
|
|
|
|
|
menu "udpcast tools selection"
|
2009-11-23 15:22:47 +01:00
|
|
|
depends on BR2_PACKAGE_UDPCAST
|
2008-03-28 03:54:42 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_UDPCAST_SENDER
|
2009-11-23 15:22:47 +01:00
|
|
|
bool "sender"
|
|
|
|
depends on BR2_PACKAGE_UDPCAST
|
|
|
|
help
|
|
|
|
The udpcast transmitter.
|
2008-03-28 03:54:42 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_UDPCAST_RECEIVER
|
2009-11-23 15:22:47 +01:00
|
|
|
bool "receiver"
|
|
|
|
depends on BR2_PACKAGE_UDPCAST
|
|
|
|
help
|
|
|
|
The udpcast receiver.
|
2008-03-28 03:54:42 +01:00
|
|
|
|
|
|
|
endmenu
|