Author: blogic Date: 2015-10-02 12:48:51 +0200 (Fri, 02 Oct 2015) New Revision: 47083
Modified: branches/chaos_calmer/package/system/fstools/Makefile Log: fstools: update to latest git revision jffs2reset was following symlinks making it delete mounts for example. Signed-off-by: John Crispin <[email protected]> Backport of r46960 Modified: branches/chaos_calmer/package/system/fstools/Makefile =================================================================== --- branches/chaos_calmer/package/system/fstools/Makefile 2015-10-02 10:48:48 UTC (rev 47082) +++ branches/chaos_calmer/package/system/fstools/Makefile 2015-10-02 10:48:51 UTC (rev 47083) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2015-05-24 +PKG_VERSION:=2015-09-15 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:=09027fc86babc3986027a0e677aca1b6999a9e14 +PKG_SOURCE_VERSION:=cc63723d886fde2cd364a545b7cb05b70721b83f 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
