瀏覽代碼

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 年之前
父節點
當前提交
5b1470dc04
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      utils/smartmontools/Makefile

+ 0
- 1
utils/smartmontools/Makefile 查看文件

@@ -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