From: Stefan Hellermann Date: Sun, 22 Jun 2014 14:12:51 +0000 (+0200) Subject: smartmontools: remove stale dependency on rsync X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b1470dc0475427ca34de76d7f695aca46c799c7;p=openwrt-packages.git smartmontools: remove stale dependency on rsync rsync is in no way related to smartmontools. Additionally rsync is missing in the new github repo. Signed-off-by: Stefan Hellermann --- diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 7b446cb3a..f5086c9d7 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -41,7 +41,6 @@ endef define Package/smartd $(call Package/smartmontools/Default) - DEPENDS+= +rsync TITLE+= Daemon endef