Author: jow Date: 2016-04-25 17:54:35 +0200 (Mon, 25 Apr 2016) New Revision: 49223
Modified: trunk/package/system/fstools/Makefile Log: 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 <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2016-04-25 15:32:20 UTC (rev 49222) +++ trunk/package/system/fstools/Makefile 2016-04-25 15:54:35 UTC (rev 49223) @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2016-01-10 +PKG_VERSION:=2016-04-25 PKG_RELEASE=$(PKG_SOURCE_VERSION) @@ -15,7 +15,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
