syslinux: install helper programs to the host
[buildroot-gz.git] / package / udpcast / Config.in
blobe9425da4e7013042e48406372cad8d2528aaf504
1 config BR2_PACKAGE_UDPCAST
2         bool "udpcast"
3         depends on BR2_LARGEFILE
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         help
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
21         bool "sender"
22         help
23           The udpcast transmitter.
25 config BR2_PACKAGE_UDPCAST_RECEIVER
26         bool "receiver"
27         help
28           The udpcast receiver.
30 endmenu
32 endif