Parcourir la source

avrdude: enable linux-gpio by default

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin il y a 9 ans
Parent
révision
3e1b55f8ef
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      utils/avrdude/Makefile

+ 1
- 0
utils/avrdude/Makefile Voir le fichier

@@ -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 \