lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

010-link_with_ftdi1.patch (237B)


      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)