crelay: import usb relay control daemon

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2015-08-02 20:08:34 -04:00
parent 1df699db40
commit 44aa70d796
3 changed files with 105 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,7 +44,7 @@ endif
#ifdef DRV_SAINSMART
ifeq ($(DRV_SAINSMART), y)
SRC += relay_drv_sainsmart.c
-LIBS += -lftdi
+LIBS += -lftdi1
OPTS += -DDRV_SAINSMART
endif
#ifdef DRV_HIDAPI