From 47a400aaa7acd34bd18468b913043c98bf98b32c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 26 Aug 2015 00:24:33 +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 79a5f09345..cc4603b9ca 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -39,6 +39,7 @@ endef CONFIGURE_ARGS+= \ --disable-doc \ --disable-parport \ + --enable-linuxgpio \ define Package/avrdude/conffiles /etc/avrdude.conf