[source] mountd: update to latest git HEAD

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 14 12:49:57 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/a3f12a8dbe8a003ffb299c27e1fcdb478796c6a1

commit a3f12a8dbe8a003ffb299c27e1fcdb478796c6a1
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Sep 14 21:37:21 2016 +0200

    mountd: update to latest git HEAD
    
    fixes cleanup of mount points
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/system/mountd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile
index f50801e..3017627 100644
--- a/package/system/mountd/Makefile
+++ b/package/system/mountd/Makefile
@@ -4,14 +4,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mountd
-PKG_VERSION:=2016-07-28
+PKG_VERSION:=2016-09-14
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/mountd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=46063a1657c449d46c1ed7384862f2c0aa051761
+PKG_SOURCE_VERSION:=d8145d1f78651f0ff4d53b7f2ccc89daeab4561b
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 



More information about the lede-commits mailing list