Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 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))