From 5b1470dc0475427ca34de76d7f695aca46c799c7 Mon Sep 17 00:00:00 2001 From: Stefan Hellermann Date: Sun, 22 Jun 2014 16:12:51 +0200 Subject: [PATCH] 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 --- utils/smartmontools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 7b446cb3aa..f5086c9d7c 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