1 config BR2_PACKAGE_UDPCAST
3 depends on BR2_LARGEFILE
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_MMU # fork()
7 A multicast protocol implementation which happens to
8 be very handy for imaging drives over the network.
10 http://www.udpcast.linux.lu/
12 comment "udpcast needs a toolchain w/ largefile, threads"
13 depends on BR2_USE_MMU
14 depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
16 if BR2_PACKAGE_UDPCAST
18 menu "udpcast tools selection"
20 config BR2_PACKAGE_UDPCAST_SENDER
23 The udpcast transmitter.
25 config BR2_PACKAGE_UDPCAST_RECEIVER