dc776f0d05
[Thomas: - remove empty newline at the end of Config.in - use lowercase for the package name in the comment header - reword the comment explaining why autoreconf is needed - add optional dependency on libftdi, which avrdude can use - remove avrdude.conf.bak file from /etc] Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
config BR2_PACKAGE_AVRDUDE
|
|
bool "avrdude"
|
|
select BR2_PACKAGE_LIBELF
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
select BR2_PACKAGE_NCURSES
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
avrdude is a programmer for Atmel AVR microcontrollers
|
|
this package provides a version with new linuxspi driver
|
|
|
|
https://github.com/kcuzner/avrdude
|
|
|
|
comment "avrdude needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|