aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-04-25 15:54:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-04-25 15:54:35 +0000
commit18859d5fb929aefed4c95ca5148127fd0260d666 (patch)
tree73acf402b5fbc3bb42fbfdebf690ec02787331b3 /package/system
parent3d57bca03e029efe37637575d81c2c031cb89897 (diff)
downloadmaster-187ad058-18859d5fb929aefed4c95ca5148127fd0260d666.tar.gz
master-187ad058-18859d5fb929aefed4c95ca5148127fd0260d666.tar.bz2
master-187ad058-18859d5fb929aefed4c95ca5148127fd0260d666.zip
fstools: respect mount flags for /overlay mounts
Respect user configured mount flags such as "ro" or "sync" when processing external overlay mount points. Signed-off-by: Jo-Philipp Wich <jo@mein.io> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49223 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r--package/system/fstools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 560cf2b842..5a6b92c7aa 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
-PKG_VERSION:=2016-01-10
+PKG_VERSION:=2016-04-25
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/fstools.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=96415afecef35766332067f4205ef3b2c7561d21
+PKG_SOURCE_VERSION:=89847de58a17dacedab36ef07ec4c12ef8c0e84a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1