mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
crelay: Update to 0.10, refresh patches, remove daemon background call
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -45,7 +45,7 @@ endif
|
||||
#ifdef DRV_SAINSMART
|
||||
@@ -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
|
||||
#ifdef DRV_HIDAPI
|
||||
ifeq ($(DRV_SAINSMART16), y)
|
||||
|
||||
Reference in New Issue
Block a user