smartmontools: remove stale dependency on rsync 46/head
authorStefan Hellermann <stefan@the2masters.de>
Sun, 22 Jun 2014 14:12:51 +0000 (16:12 +0200)
committerStefan Hellermann <stefan@the2masters.de>
Sun, 22 Jun 2014 14:20:23 +0000 (16:20 +0200)
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>
utils/smartmontools/Makefile

index 7b446cb3aafc8e932dbf26308d232e437193701e..f5086c9d7c9bddefe5041a1ecb424d4776e607a9 100644 (file)
@@ -41,7 +41,6 @@ endef
 
 define Package/smartd
   $(call Package/smartmontools/Default)
-  DEPENDS+= +rsync
   TITLE+= Daemon
 endef