Author: rmilecki Date: 2015-01-07 18:10:02 +0100 (Wed, 07 Jan 2015) New Revision: 43868
Modified: trunk/package/system/fstools/Makefile Log: fstools: update to the latest git HEAD This allows using UBIFS volume as overlay and adds support for Btrfs. Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2015-01-07 16:47:38 UTC (rev 43867) +++ trunk/package/system/fstools/Makefile 2015-01-07 17:10:02 UTC (rev 43868) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-12-15 +PKG_VERSION:=2015-01-07 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/fstools.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=83cf8896a598fb9fc58da0a9bb4f137695f78853 +PKG_SOURCE_VERSION:=6a448a100c7ce8b8b85f262ba1258e54363da9cc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
