From: Sam Voss Date: Fri, 26 May 2017 13:14:20 +0000 (-0500) Subject: package/avrdude: enable linuxgpio by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af199a16db67cccda28595acc6ff818891f376ae;p=buildroot.git package/avrdude: enable linuxgpio by default Enable linux sysfs gpio framework cfg opt. Signed-off-by: Sam Voss Signed-off-by: Matt Weber Signed-off-by: Thomas Petazzoni --- 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+