projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d942a
)
smartmontools: remove stale dependency on rsync
46/head
author
Stefan Hellermann
<stefan@the2masters.de>
Sun, 22 Jun 2014 14:12:51 +0000
(16:12 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/utils/smartmontools/Makefile
b/utils/smartmontools/Makefile
index 7b446cb3aafc8e932dbf26308d232e437193701e..f5086c9d7c9bddefe5041a1ecb424d4776e607a9 100644
(file)
--- 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