Browse Source

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>
Stefan Hellermann 10 years ago
parent
commit
5b1470dc04
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      utils/smartmontools/Makefile

+ 0
- 1
utils/smartmontools/Makefile View File

@@ -41,7 +41,6 @@ endef
41 41
 
42 42
 define Package/smartd
43 43
   $(call Package/smartmontools/Default)
44
-  DEPENDS+= +rsync
45 44
   TITLE+= Daemon
46 45
 endef
47 46