crelay: Update to 0.10, refresh patches, remove daemon background call

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2016-04-17 13:21:44 -04:00
parent bc9795a27f
commit 625a7e7563
5 changed files with 26 additions and 7 deletions
+4 -3
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2015 OpenWrt.org
# Copyright (C) 2015-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=crelay
PKG_VERSION:=0.9
PKG_VERSION:=0.10
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
@@ -40,7 +40,8 @@ define Package/crelay/description
.
Currently supported relay cards:
- Conrad USB 4-channel relay card
- Sainsmart USB 4-channel relay card
- Sainsmart USB 4/8-channel relay board
- Sainsmart USB 16-channel relay control module
- Generic GPIO relays
- HID API compatible relay card
endef