Author: blogic Date: 2014-06-24 20:13:05 +0200 (Tue, 24 Jun 2014) New Revision: 41315
Modified: trunk/package/system/fstools/Makefile Log: fstools: fix factory reset on ubifs overlay Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2014-06-24 18:13:00 UTC (rev 41314) +++ trunk/package/system/fstools/Makefile 2014-06-24 18:13:05 UTC (rev 41315) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-06-02 +PKG_VERSION:=2014-06-22 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:=d04e58946eff771bf59db90d7a2301b746141ac4 +PKG_SOURCE_VERSION:=e0430f5c62f367e5a8e02755412977b02c3fc45e 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
