summaryrefslogtreecommitdiffstats
path: root/package/system/fstools/Makefile
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
commit80c1cfeddc5be4984a092e786207129435ab4b52 (patch)
tree788135c9ed99bb767babea67e2342eab16687af4 /package/system/fstools/Makefile
parentf4edfc69a352d8de7bb1b334d514c9f611692b5b (diff)
downloadmaster-31e0f0ae-80c1cfeddc5be4984a092e786207129435ab4b52.tar.gz
master-31e0f0ae-80c1cfeddc5be4984a092e786207129435ab4b52.tar.bz2
master-31e0f0ae-80c1cfeddc5be4984a092e786207129435ab4b52.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> SVN-Revision: 49223
Diffstat (limited to 'package/system/fstools/Makefile')
-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