浏览代码

avrdude: enable linux-gpio by default

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 9 年前
父节点
当前提交
3e1b55f8ef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      utils/avrdude/Makefile

+ 1
- 0
utils/avrdude/Makefile 查看文件

@@ -39,6 +39,7 @@ endef
39 39
 CONFIGURE_ARGS+= \
40 40
 	--disable-doc \
41 41
 	--disable-parport \
42
+	--enable-linuxgpio \
42 43
 
43 44
 TARGET_CFLAGS+= \
44 45
 	-D_GNU_SOURCE \