aboutsummaryrefslogtreecommitdiff
path: root/utils/avrdude/Makefile
Commit message (Collapse)AuthorAge
* 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>