Commit f3c1ee9a authored by gregory hermant's avatar gregory hermant Committed by Thomas Petazzoni
Browse files
parent a3a36216
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
menu "Host utilities"

source "package/dfu-util/Config.in.host"
source "package/lpc3250loader/Config.in.host"
source "package/omap-u-boot-utils/Config.in.host"
source "package/openocd/Config.in.host"
+8 −0
Original line number Diff line number Diff line
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/
+13 −0
Original line number Diff line number Diff line
#############################################################
#
# dfu-util
#
#############################################################
DFU_UTIL_VERSION:=0.6
DFU_UTIL_SOURCE = dfu-util-$(DFU_UTIL_VERSION).tar.gz
DFU_UTIL_SITE = http://dfu-util.gnumonks.org/releases/

HOST_DFU_UTIL_DEPENDENCIES = host-libusb

$(eval $(host-autotools-package))