Move all to deprecated folder.
This commit is contained in:
@@ -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/
|
||||
@@ -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
|
||||
14
deprecated/firmware/buildroot/package/dfu-util/dfu-util.mk
Normal file
14
deprecated/firmware/buildroot/package/dfu-util/dfu-util.mk
Normal 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))
|
||||
Reference in New Issue
Block a user