summaryrefslogtreecommitdiff
path: root/package/udpcast/Config.in
diff options
context:
space:
mode:
authorJason Spence <jspence@uclibc.org>2008-03-28 02:54:42 +0000
committerJason Spence <jspence@uclibc.org>2008-03-28 02:54:42 +0000
commit53a740fcd6051e59e778a8e2e195d62128edb45d (patch)
treee5fef51873e1d53ca4930b7f50381141fbcc599e /package/udpcast/Config.in
parent0d17acf4cffd53e9eb21096e037b1f96d190780a (diff)
Added udpcast package.
Diffstat (limited to 'package/udpcast/Config.in')
-rw-r--r--package/udpcast/Config.in27
1 files changed, 27 insertions, 0 deletions
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