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>
This commit is contained in:
Stefan Hellermann 2014-06-22 16:12:51 +02:00
parent b2d942a8ef
commit 5b1470dc04
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ endef
define Package/smartd
$(call Package/smartmontools/Default)
DEPENDS+= +rsync
TITLE+= Daemon
endef