Signed-off-by: Sascha Hauer <[email protected]> --- rules/host-dfu-util.in | 13 +++++++++++++ rules/host-dfu-util.make | 25 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 rules/host-dfu-util.in create mode 100644 rules/host-dfu-util.make
diff --git a/rules/host-dfu-util.in b/rules/host-dfu-util.in new file mode 100644 index 0000000..7dfd42f --- /dev/null +++ b/rules/host-dfu-util.in @@ -0,0 +1,13 @@ +## SECTION=hosttools + +config HOST_DFU_UTIL + tristate + prompt "dfu-util" + help + dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1 + specifications of the USB forum. DFU is intended to download and + upload firmware to devices connected over USB. It ranges from small + devices like micro-controller boards up to mobile phones. Using + dfu-util you can download firmware to your DFU-enabled device or + upload firmware from it. dfu-util has been tested with the Openmoko + Neo1973 and Freerunner and many other devices. diff --git a/rules/host-dfu-util.make b/rules/host-dfu-util.make new file mode 100644 index 0000000..2a8f648 --- /dev/null +++ b/rules/host-dfu-util.make @@ -0,0 +1,25 @@ +# -*-makefile-*- +# +# Copyright (C) 2014 by Sascha Hauer <[email protected]> +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_DFU_UTIL) += host-dfu-util + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +# +# autoconf +# +HOST_DFU_UTIL_CONF_TOOL := autoconf + +# vim: syntax=make -- 1.8.5.3 -- ptxdist mailing list [email protected]
