]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/udpcast/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / udpcast / Config.in
1 comment "udpcast needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS
4
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.
12
13           http://www.udpcast.linux.lu/
14
15 if BR2_PACKAGE_UDPCAST
16
17 config BR2_PACKAGE_UDPCAST_SENDER
18         bool "sender"
19         help
20           The udpcast transmitter.
21
22 config BR2_PACKAGE_UDPCAST_RECEIVER
23         bool "receiver"
24         help
25           The udpcast receiver.
26
27 endif