aboutsummaryrefslogtreecommitdiff
path: root/utils/avrdude/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* avrdude: fix dependencieskrant2024-02-24
| | | | | | | | - libftdi, libhidapi, libusb-0.1 was incorrectly leaking into the build. - libgpiod was incorrectly missing out despite LINUXGPIO feature was explicitly requested. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* avrdude: update to 7.3krant2024-02-22
| | | | | | | | | - Use local tarball - Use CMake - Depend from libusb-1.0 instead of libusb-compat - Remove obsolete patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* avrdude: Fix GPIO path buildingRosen Penev2019-07-02
| | | | | | %ud is a GNU extension. It's not really supported elsewhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* avrdude: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in avrdude accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* avrdude: add no timestamp patch to make it reproducibleAlexander Couzens2017-11-17
| | | | | | | The no-cpp-timestamp patch taken from debian and is already accepted upstream. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* utils/avrdude: update to 6.3p-wassi2016-12-05
| | | | | | Update avrdude to upstream release 6.3 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* avrdude: move to "Microcontroller programming" submenuAlberto Bursi2016-11-02
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* avrdude: Fix inclusion of libelf when BUILD_NLS=yTed Hess2015-12-06
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* avrdude: enable linux-gpio by defaultJohn Crispin2015-08-26
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* avrdude: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | - Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h - Include sys/types.h before usb.h to provide missing u_int*_t types Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* avrdude: Add libelf dependencyTed Hess2015-04-28
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* avrdude: move from oldpackages, update to latest version & build optsTed Hess2015-04-23
Signed-off-by: Ted Hess <thess@kitschensync.net>