Skip to content

Commit

Permalink
relayctl: remove superfluous dependency on udev
Browse files Browse the repository at this point in the history
Package udev does not exist in Lede.
We do not need udev to use package relayctl.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
  • Loading branch information
xypron committed Jul 23, 2016
1 parent 83b0d9f commit b385bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/relayctl/Makefile
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit b385bd0

Please sign in to comment.