|
@ -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.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -8,7 +8,7 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=crelay |
|
|
PKG_NAME:=crelay |
|
|
PKG_VERSION:=0.9 |
|
|
|
|
|
|
|
|
PKG_VERSION:=0.10 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
PKG_SOURCE_PROTO:=git |
|
@ -40,7 +40,8 @@ define Package/crelay/description |
|
|
. |
|
|
. |
|
|
Currently supported relay cards: |
|
|
Currently supported relay cards: |
|
|
- Conrad USB 4-channel relay card |
|
|
- 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 |
|
|
- Generic GPIO relays |
|
|
- HID API compatible relay card |
|
|
- HID API compatible relay card |
|
|
endef |
|
|
endef |
|
|