aboutsummaryrefslogtreecommitdiff
path: root/utils/avrdude/patches/100-musl-compat.patch
Commit message (Collapse)AuthorAge
* 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: 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>