mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
dfu-programmer: update to 1.0.0
The project website http://dfu-programmer.github.io seams dead, but there are new releases on github. They just released 1.0.0, update to it. I removed docs, bash-completion and the fedora spec file from configure.ac to fix cross compilation problems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
This commit is contained in:
9
utils/dfu-programmer/patches/000-remove-docs-etc.patch
Normal file
9
utils/dfu-programmer/patches/000-remove-docs-etc.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -28,5 +28,5 @@ AC_FUNC_MEMCMP
|
||||
# Checks for libusb.
|
||||
AC_SEARCH_LIBS(libusb_init, usb-1.0,, [AC_MSG_ERROR([libusb 1.0 not found])])
|
||||
|
||||
-AC_CONFIG_FILES(fedora/dfu-programmer.spec Makefile docs/Makefile src/Makefile)
|
||||
+AC_CONFIG_FILES(src/Makefile)
|
||||
AC_OUTPUT
|
||||
Reference in New Issue
Block a user