Browse Source

Merge pull request #2986 from xypron/relayctl

relayctl: remove superfluous dependency on udev
lilik-openwrt-22.03
Ted Hess 8 years ago
committed by GitHub
parent
commit
02ff46022f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/relayctl/Makefile

+ 2
- 2
utils/relayctl/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=relayctl
PKG_VERSION:=0.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/relayctl/relayctl-$(PKG_VERSION)
@ -26,7 +26,7 @@ define Package/relayctl
CATEGORY:=Utilities
TITLE:=Simple command-line control of SainSmart USB relay boards
URL:=https://github.com/darryln/relayctl
DEPENDS:= +libftdi1 +udev
DEPENDS:= +libftdi1
endef
define Package/relayctl/description


Loading…
Cancel
Save