Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -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.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# From http://dfu-util.sourceforge.net/releases/dfu-util-0.8.tar.gz.md5
md5 fc6daf6b0ee57d7e40ffa3e8111023d1 dfu-util-0.8.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# dfu-util
#
################################################################################
DFU_UTIL_VERSION = 0.8
DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases
DFU_UTIL_LICENSE = GPLv2+
DFU_UTIL_LICENSE_FILES = COPYING
HOST_DFU_UTIL_DEPENDENCIES = host-libusb
$(eval $(host-autotools-package))