010-link_with_ftdi1.patch 237 B

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