crelay: update to 0.14.1
[feed/packages.git] / utils / crelay / patches / 010-link_with_ftdi1.patch
diff --git a/utils/crelay/patches/010-link_with_ftdi1.patch b/utils/crelay/patches/010-link_with_ftdi1.patch
deleted file mode 100644 (file)
index 26b4c97..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -44,7 +44,7 @@ OPTS += -DDRV_CONRAD
- endif
- ifeq ($(DRV_SAINSMART), y)
- SRC   += relay_drv_sainsmart.c
--LIBS  += -lftdi
-+LIBS  += -lftdi1
- OPTS  += -DDRV_SAINSMART
- endif
- ifeq ($(DRV_SAINSMART16), y)