Browse Source

avrdude: enable linux-gpio by default

Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin 9 years ago
parent
commit
3e1b55f8ef
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/avrdude/Makefile

+ 1
- 0
utils/avrdude/Makefile View File

@ -39,6 +39,7 @@ endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
--disable-doc \ --disable-doc \
--disable-parport \ --disable-parport \
--enable-linuxgpio \
TARGET_CFLAGS+= \ TARGET_CFLAGS+= \
-D_GNU_SOURCE \ -D_GNU_SOURCE \


Loading…
Cancel
Save