lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e07ac05e65f157e7ec49736f2042035b3b03aa3b
parent b2d942a8ef78e68f9dca7d3a3d4d918fd038ad11
Author: sbyx <steven@midlink.org>
Date:   Sun, 22 Jun 2014 16:23:10 +0200

Merge pull request #46 from the2masters/smartmontools-rsync

smartmontools: remove stale dependency on rsync
Diffstat:
Mutils/smartmontools/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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