perl-cross: bump to version 1.1.4
[buildroot-gz.git] / package / udpcast / Config.in
blobef94b30a99e330be27797ad4a0b81195a7eb95c5
1 comment "udpcast needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_UDPCAST
6         bool "udpcast"
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_MMU # fork()
9         help
10           A multicast protocol implementation which happens to
11           be very handy for imaging drives over the network.
13           http://www.udpcast.linux.lu/
15 if BR2_PACKAGE_UDPCAST
17 config BR2_PACKAGE_UDPCAST_SENDER
18         bool "sender"
19         help
20           The udpcast transmitter.
22 config BR2_PACKAGE_UDPCAST_RECEIVER
23         bool "receiver"
24         help
25           The udpcast receiver.
27 endif