1comment "udpcast needs a toolchain w/ threads" 2 depends on BR2_USE_MMU 3 depends on !BR2_TOOLCHAIN_HAS_THREADS 4 5config 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 15if BR2_PACKAGE_UDPCAST 16 17config BR2_PACKAGE_UDPCAST_SENDER 18 bool "sender" 19 help 20 The udpcast transmitter. 21 22config BR2_PACKAGE_UDPCAST_RECEIVER 23 bool "receiver" 24 help 25 The udpcast receiver. 26 27endif 28