No Description

010-link_with_ftdi1.patch 226B

1234567891011
  1. --- a/src/Makefile
  2. +++ b/src/Makefile
  3. @@ -45,7 +45,7 @@ endif
  4. #ifdef DRV_SAINSMART
  5. ifeq ($(DRV_SAINSMART), y)
  6. SRC += relay_drv_sainsmart.c
  7. -LIBS += -lftdi
  8. +LIBS += -lftdi1
  9. OPTS += -DDRV_SAINSMART
  10. endif
  11. #ifdef DRV_HIDAPI