From: John Crispin Date: Tue, 25 Aug 2015 22:25:35 +0000 (+0200) Subject: avrdude: enable linux-gpio by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3e1b55f8efef781e4f8be17d566c78135c7eca30;p=openwrt-packages.git avrdude: enable linux-gpio by default Signed-off-by: John Crispin --- 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 \