[Buildroot] [git commit branch/next] package/avrdude: enable linuxgpio by default

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 27 15:25:49 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=af199a16db67cccda28595acc6ff818891f376ae
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Enable linux sysfs gpio framework cfg opt.

Signed-off-by: Sam Voss <samuel.voss at rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/avrdude/avrdude.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/avrdude/avrdude.mk b/package/avrdude/avrdude.mk
index f914ed7..c379707 100644
--- a/package/avrdude/avrdude.mk
+++ b/package/avrdude/avrdude.mk
@@ -12,6 +12,7 @@ AVRDUDE_SUBDIR = avrdude
 # Sources coming from git, without generated configure and Makefile.in
 # files.
 AVRDUDE_AUTORECONF = YES
+AVRDUDE_CONF_OPTS = --enable-linuxgpio
 AVRDUDE_DEPENDENCIES = elfutils libusb libusb-compat ncurses \
 	host-flex host-bison
 AVRDUDE_LICENSE = GPL-2.0+


More information about the buildroot mailing list