From 53a740fcd6051e59e778a8e2e195d62128edb45d Mon Sep 17 00:00:00 2001 From: Jason Spence Date: Fri, 28 Mar 2008 02:54:42 +0000 Subject: Added udpcast package. --- package/udpcast/Config.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/udpcast/Config.in (limited to 'package/udpcast/Config.in') diff --git a/package/udpcast/Config.in b/package/udpcast/Config.in new file mode 100644 index 000000000..3e73f4bad --- /dev/null +++ b/package/udpcast/Config.in @@ -0,0 +1,27 @@ +config BR2_PACKAGE_UDPCAST + bool "udpcast" + default n + help + A multicast protocol implementation which happens to + be very handy for imaging drives over the network. + + http://www.udpcast.linux.lu/ + +menu "udpcast tools selection" + depends on BR2_PACKAGE_UDPCAST + +config BR2_PACKAGE_UDPCAST_SENDER + bool "sender" + default n + depends on BR2_PACKAGE_UDPCAST + help + The udpcast transmitter. + +config BR2_PACKAGE_UDPCAST_RECEIVER + bool "receiver" + default n + depends on BR2_PACKAGE_UDPCAST + help + The udpcast receiver. + +endmenu -- cgit v1.2.3