diff options
author | Stefan Hellermann <stefan@the2masters.de> | 2014-06-22 16:12:51 +0200 |
---|---|---|
committer | Stefan Hellermann <stefan@the2masters.de> | 2014-06-22 16:20:23 +0200 |
commit | 5b1470dc0475427ca34de76d7f695aca46c799c7 (patch) | |
tree | 961cb18ac85ef28312f8037eda58edce19cf1ceb /utils/smartmontools | |
parent | b2d942a8ef78e68f9dca7d3a3d4d918fd038ad11 (diff) |
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 <stefan@the2masters.de>
Diffstat (limited to 'utils/smartmontools')
-rw-r--r-- | utils/smartmontools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |