[source] mountd: bump to git HEAD version (optimization fixes)

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 9 09:09:31 PST 2017


dedeckeh pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/792559f25b3c4739d1158f6eeabcdec7e63bb0f7

commit 792559f25b3c4739d1158f6eeabcdec7e63bb0f7
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Thu Nov 9 18:04:58 2017 +0100

    mountd: bump to git HEAD version (optimization fixes)
    
    7826ca5 mount: add mount with ignore=1 for unsupported filesystems
    75e7412 mount: drop duplicated filesystem check from mount_add_list
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/system/mountd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile
index c3a9cca..37367ab 100644
--- a/package/system/mountd/Makefile
+++ b/package/system/mountd/Makefile
@@ -4,13 +4,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mountd
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/mountd.git
-PKG_SOURCE_DATE:=2017-10-18
-PKG_SOURCE_VERSION:=6efeb198451a46bb8039d2892986c7f625c92649
-PKG_MIRROR_HASH:=af36387c30dd67f30ec9748e0b2f601f827637ca914446522793be44d5c3356d
+PKG_SOURCE_DATE:=2017-11-09
+PKG_SOURCE_VERSION:=7826ca5d6aca691dcb6f98ab203a090d42e79337
+PKG_MIRROR_HASH:=6fda7666a99974ac9179b102f6e8027f6c4091be9b49e1eed49dee7442d83206
 CMAKE_INSTALL:=1
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>



More information about the lede-commits mailing list