diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-26 00:25:35 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-26 00:26:33 +0200 |
commit | 3e1b55f8efef781e4f8be17d566c78135c7eca30 (patch) | |
tree | ec666d342da9c5cb9084e4d2bd0b5369ff8785ae /utils/avrdude/Makefile | |
parent | d199f2c038b04b78ab2ad4d0d5156c900af302d6 (diff) |
avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'utils/avrdude/Makefile')
-rw-r--r-- | utils/avrdude/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |