The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / udpcast / Config.in
1 config BR2_PACKAGE_UDPCAST
2         bool "udpcast"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         help
6           A multicast protocol implementation which happens to
7           be very handy for imaging drives over the network.
8
9           http://www.udpcast.linux.lu/
10
11 comment "udpcast needs a toolchain w/ threads"
12         depends on BR2_USE_MMU
13         depends on !BR2_TOOLCHAIN_HAS_THREADS
14
15 if BR2_PACKAGE_UDPCAST
16
17 menu "udpcast tools selection"
18
19 config BR2_PACKAGE_UDPCAST_SENDER
20         bool "sender"
21         help
22           The udpcast transmitter.
23
24 config BR2_PACKAGE_UDPCAST_RECEIVER
25         bool "receiver"
26         help
27           The udpcast receiver.
28
29 endmenu
30
31 endif