Author: blogic Date: 2014-12-01 19:46:23 +0100 (Mon, 01 Dec 2014) New Revision: 43480
Modified: trunk/package/system/fstools/Makefile Log: fstools: make the block tool ignore case when comparing uuid strings Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2014-12-01 17:38:54 UTC (rev 43479) +++ trunk/package/system/fstools/Makefile 2014-12-01 18:46:23 UTC (rev 43480) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-11-24 +PKG_VERSION:=2014-12-01 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:=d42c64d78f4224dd0a0a4effc0754215f2af3851 +PKG_SOURCE_VERSION:=45a8b778ef58c91405576c3129cfabfa1dd54703 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
