summaryrefslogtreecommitdiffstats
path: root/package/avrdude
diff options
context:
space:
mode:
authorSam Voss <samuel.voss@rockwellcollins.com>2017-05-26 08:14:20 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-27 17:25:49 +0200
commitaf199a16db67cccda28595acc6ff818891f376ae (patch)
treeb75630985ca80ada5c8e7b334bbbade705c7aaa8 /package/avrdude
parent5d6d3fff93ff71058e108a4e01337cb111dad6f3 (diff)
downloadbuildroot-af199a16db67cccda28595acc6ff818891f376ae.tar.gz
buildroot-af199a16db67cccda28595acc6ff818891f376ae.zip
package/avrdude: enable linuxgpio by default
Enable linux sysfs gpio framework cfg opt. Signed-off-by: Sam Voss <samuel.voss@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/avrdude')
-rw-r--r--package/avrdude/avrdude.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/avrdude/avrdude.mk b/package/avrdude/avrdude.mk
index f914ed7e56..c3797076d5 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+
OpenPOWER on IntegriCloud