Explorar o código

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>
Sam Voss %!s(int64=8) %!d(string=hai) anos
pai
achega
af199a16db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/avrdude/avrdude.mk

+ 1 - 0
package/avrdude/avrdude.mk

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