summaryrefslogtreecommitdiffstats
path: root/package/dfu-util
diff options
context:
space:
mode:
authorgregory hermant <gregory.hermant@calao-systems.com>2012-07-20 18:06:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-20 20:03:53 +0200
commitf3c1ee9a598d470956d029a16b64a33c10aee06d (patch)
treee7afa469a09074962c7403a81ac2235240bb76e9 /package/dfu-util
parenta3a362169321f2c5c9e2c7815c414984e94c56bc (diff)
downloadbuildroot-novena-f3c1ee9a598d470956d029a16b64a33c10aee06d.tar.gz
buildroot-novena-f3c1ee9a598d470956d029a16b64a33c10aee06d.zip
dfu-util: new package
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dfu-util')
-rw-r--r--package/dfu-util/Config.in.host8
-rw-r--r--package/dfu-util/dfu-util.mk13
2 files changed, 21 insertions, 0 deletions
diff --git a/package/dfu-util/Config.in.host b/package/dfu-util/Config.in.host
new file mode 100644
index 000000000..cfeebdc21
--- /dev/null
+++ b/package/dfu-util/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_DFU_UTIL
+ bool "host dfu-util"
+ help
+ Dfu-util is the host side implementation of the DFU 1.0
+ specification of the USB forum. DFU is intended to download
+ and upload firmware to devices connected over USB.
+
+ http://dfu-util.gnumonks.org/
diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
new file mode 100644
index 000000000..4ba701413
--- /dev/null
+++ b/package/dfu-util/dfu-util.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# dfu-util
+#
+#############################################################
+DFU_UTIL_VERSION:=0.6
+DFU_UTIL_SOURCE = dfu-util-$(DFU_UTIL_VERSION).tar.gz
+DFU_UTIL_SITE = http://dfu-util.gnumonks.org/releases/
+
+HOST_DFU_UTIL_DEPENDENCIES = host-libusb
+
+$(eval $(host-autotools-package))
+