Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avrdude: update to 7.3 | krant | 2024-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> | ||
* | utils/avrdude: update to 6.3 | p-wassi | 2016-12-05 |
| | | | | | | Update avrdude to upstream release 6.3 Signed-off-by: Paul Wassi <p.wassi@gmx.at> | ||
* | avrdude: fix musl compatibility | Jo-Philipp Wich | 2015-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> |