xref: /OK3568_Linux_fs/buildroot/package/udpcast/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "udpcast needs a toolchain w/ threads"
2*4882a593Smuzhiyun	depends on BR2_USE_MMU
3*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_UDPCAST
6*4882a593Smuzhiyun	bool "udpcast"
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
8*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  A multicast protocol implementation which happens to
11*4882a593Smuzhiyun	  be very handy for imaging drives over the network.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://www.udpcast.linux.lu/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunif BR2_PACKAGE_UDPCAST
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_UDPCAST_SENDER
18*4882a593Smuzhiyun	bool "sender"
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  The udpcast transmitter.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunconfig BR2_PACKAGE_UDPCAST_RECEIVER
23*4882a593Smuzhiyun	bool "receiver"
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  The udpcast receiver.
26*4882a593Smuzhiyun
27*4882a593Smuzhiyunendif
28