diff options
author | gregory hermant <gregory.hermant@calao-systems.com> | 2012-07-20 18:06:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-20 20:03:53 +0200 |
commit | f3c1ee9a598d470956d029a16b64a33c10aee06d (patch) | |
tree | e7afa469a09074962c7403a81ac2235240bb76e9 /package/dfu-util/Config.in.host | |
parent | a3a362169321f2c5c9e2c7815c414984e94c56bc (diff) | |
download | buildroot-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/Config.in.host')
-rw-r--r-- | package/dfu-util/Config.in.host | 8 |
1 files changed, 8 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/ |