From 3e1b55f8efef781e4f8be17d566c78135c7eca30 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 26 Aug 2015 00:25:35 +0200 Subject: [PATCH] avrdude: enable linux-gpio by default Signed-off-by: John Crispin --- utils/avrdude/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index c3750c061..08f37c095 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -39,6 +39,7 @@ endef CONFIGURE_ARGS+= \ --disable-doc \ --disable-parport \ + --enable-linuxgpio \ TARGET_CFLAGS+= \ -D_GNU_SOURCE \