소스 검색

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 \